public int EndMethodEnumeration_()
        {
            if (this.pWbemClassObject == IntPtr.Zero)
            {
                throw new ObjectDisposedException(name);
            }
            int num = WmiNetUtilsHelper.EndMethodEnumeration_f(0x18, this.pWbemClassObject);

            GC.KeepAlive(this);
            return(num);
        }
 public int EndMethodEnumeration_()
 {
     if (this.pWbemClassObject != IntPtr.Zero)
     {
         int endMethodEnumerationF = WmiNetUtilsHelper.EndMethodEnumeration_f(24, this.pWbemClassObject);
         GC.KeepAlive(this);
         return(endMethodEnumerationF);
     }
     else
     {
         throw new ObjectDisposedException(IWbemClassObjectFreeThreaded.name);
     }
 }