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