예제 #1
0
 public void CreateThread(System.IntPtr pAppDomain, System.IntPtr pThread)
 {
     Call(delegate {
         callbackSwitch.CreateThread(
             MTA2STA.MarshalIntPtrTo <ICorDebugAppDomain>(pAppDomain),
             MTA2STA.MarshalIntPtrTo <ICorDebugThread>(pThread)
             );
     });
 }