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