public void LoadModule(System.IntPtr pAppDomain, System.IntPtr pModule) { Call(delegate { callbackSwitch.LoadModule( MTA2STA.MarshalIntPtrTo <ICorDebugAppDomain>(pAppDomain), MTA2STA.MarshalIntPtrTo <ICorDebugModule>(pModule) ); }); }