Exemplo n.º 1
0
 public void CreateConnection(IntPtr pProcess, uint dwConnectionId, IntPtr pConnName)
 {
     Call(delegate {
         callbackSwitch.CreateConnection(
             MTA2STA.MarshalIntPtrTo <ICorDebugProcess>(pProcess),
             dwConnectionId,
             pConnName
             );
     });
 }