示例#1
0
 public void UpdateModuleSymbols(System.IntPtr pAppDomain, System.IntPtr pModule, System.IntPtr pSymbolStream)
 {
     Call(delegate {
         callbackSwitch.UpdateModuleSymbols(
             MTA2STA.MarshalIntPtrTo <ICorDebugAppDomain>(pAppDomain),
             MTA2STA.MarshalIntPtrTo <ICorDebugModule>(pModule),
             MTA2STA.MarshalIntPtrTo <IStream>(pSymbolStream)
             );
     });
 }