public int Get_(string wszName, int lFlags, ref object pVal, ref int plFlavor)
        {
            if (this.pWbemQualifierSet == IntPtr.Zero)
            {
                throw new ObjectDisposedException(name);
            }
            int num = WmiNetUtilsHelper.QualifierGet_f(3, this.pWbemQualifierSet, wszName, lFlags, ref pVal, ref plFlavor);

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