Esempio n. 1
0
 public static ICorDebugInternalFrame Wrap(Debugger.Interop.CorDebug.ICorDebugInternalFrame objectToWrap)
 {
     if ((objectToWrap != null))
     {
         return(new ICorDebugInternalFrame(objectToWrap));
     }
     else
     {
         return(null);
     }
 }
Esempio n. 2
0
 public ICorDebugInternalFrame(Debugger.Interop.CorDebug.ICorDebugInternalFrame wrappedObject)
 {
     this.wrappedObject = wrappedObject;
     ResourceManager.TrackCOMObject(wrappedObject, typeof(ICorDebugInternalFrame));
 }