Пример #1
0
 public static ICorDebugObjectValue2 Wrap(Interop.CorDebug.ICorDebugObjectValue2 objectToWrap)
 {
     if ((objectToWrap != null))
     {
         return(new ICorDebugObjectValue2(objectToWrap));
     }
     else
     {
         return(null);
     }
 }
Пример #2
0
 public ICorDebugObjectValue2(Interop.CorDebug.ICorDebugObjectValue2 wrappedObject)
 {
     this.wrappedObject = wrappedObject;
     ResourceManager.TrackCOMObject(wrappedObject, typeof(ICorDebugObjectValue2));
 }