コード例 #1
0
 public void EvalException(System.IntPtr pAppDomain, System.IntPtr pThread, System.IntPtr pEval)
 {
     Call(delegate {
         callbackSwitch.EvalException(
             MTA2STA.MarshalIntPtrTo <ICorDebugAppDomain>(pAppDomain),
             MTA2STA.MarshalIntPtrTo <ICorDebugThread>(pThread),
             MTA2STA.MarshalIntPtrTo <ICorDebugEval>(pEval)
             );
     });
 }