Exemple #1
0
 public DebugSymbols(RefCountedFreeLibrary library, IntPtr pUnk, DebugSystemObjects sys)
     : base(library, IID_IDebugSymbols3, pUnk)
 {
     _sys = sys;
     SuppressRelease();
 }
Exemple #2
0
 public DebugClient(RefCountedFreeLibrary library, IntPtr pUnk, DebugSystemObjects system)
     : base(library, ref IID_IDebugClient, pUnk)
 {
     _sys = system;
     SuppressRelease();
 }
 public DebugSystemObjects(RefCountedFreeLibrary library, IntPtr pUnk)
     : base(library, ref IID_DebugSystemObjects3, pUnk)
 {
     SuppressRelease();
 }
Exemple #4
0
 public DebugControl(RefCountedFreeLibrary library, IntPtr pUnk, DebugSystemObjects sys)
     : base(library, ref IID_IDebugControl2, pUnk)
 {
     _sys = sys;
     SuppressRelease();
 }