public int EndEnumeration_()
        {
            if (this.pWbemClassObject == IntPtr.Zero)
            {
                throw new ObjectDisposedException(name);
            }
            int num = WmiNetUtilsHelper.EndEnumeration_f(10, this.pWbemClassObject);

            GC.KeepAlive(this);
            return(num);
        }
 public int EndEnumeration_()
 {
     if (this.pWbemClassObject != IntPtr.Zero)
     {
         int endEnumerationF = WmiNetUtilsHelper.EndEnumeration_f(10, this.pWbemClassObject);
         GC.KeepAlive(this);
         return(endEnumerationF);
     }
     else
     {
         throw new ObjectDisposedException(IWbemClassObjectFreeThreaded.name);
     }
 }