public int EndEnumeration_()
        {
            if (this.pWbemQualifierSet == IntPtr.Zero)
            {
                throw new ObjectDisposedException(name);
            }
            int num = WmiNetUtilsHelper.QualifierEndEnumeration_f(9, this.pWbemQualifierSet);

            GC.KeepAlive(this);
            return(num);
        }
 public int EndEnumeration_()
 {
     if (this.pWbemQualifierSet != IntPtr.Zero)
     {
         int qualifierEndEnumerationF = WmiNetUtilsHelper.QualifierEndEnumeration_f(9, this.pWbemQualifierSet);
         GC.KeepAlive(this);
         return(qualifierEndEnumerationF);
     }
     else
     {
         throw new ObjectDisposedException(IWbemQualifierSetFreeThreaded.name);
     }
 }