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