コード例 #1
0
 public void LoadClass(System.IntPtr pAppDomain, System.IntPtr c)
 {
     Call(delegate {
         callbackSwitch.LoadClass(
             MTA2STA.MarshalIntPtrTo <ICorDebugAppDomain>(pAppDomain),
             MTA2STA.MarshalIntPtrTo <ICorDebugClass>(c)
             );
     });
 }