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