public int Put_(string wszName, ref object pVal, int lFlavor)
        {
            if (this.pWbemQualifierSet == IntPtr.Zero)
            {
                throw new ObjectDisposedException(name);
            }
            int num = WmiNetUtilsHelper.QualifierPut_f(4, this.pWbemQualifierSet, wszName, ref pVal, lFlavor);

            GC.KeepAlive(this);
            return(num);
        }