public int Put_(string wszName, int lFlags, ref object pVal, int Type)
        {
            if (this.pWbemClassObject == IntPtr.Zero)
            {
                throw new ObjectDisposedException(name);
            }
            int num = WmiNetUtilsHelper.Put_f(5, this.pWbemClassObject, wszName, lFlags, ref pVal, Type);

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