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