public static CorSymWriter_SxSClass Wrap(Debugger.Interop.CorSym.CorSymWriter_SxSClass objectToWrap)
 {
     if ((objectToWrap != null))
     {
         return(new CorSymWriter_SxSClass(objectToWrap));
     }
     else
     {
         return(null);
     }
 }
 public CorSymWriter_SxSClass(Debugger.Interop.CorSym.CorSymWriter_SxSClass wrappedObject)
 {
     this.wrappedObject = wrappedObject;
     ResourceManager.TrackCOMObject(wrappedObject, typeof(CorSymWriter_SxSClass));
 }