public int GetObjectText_(int lFlags, out string pstrObjectText) { if (this.pWbemClassObject == IntPtr.Zero) { throw new ObjectDisposedException(name); } int num = WmiNetUtilsHelper.GetObjectText_f(13, this.pWbemClassObject, lFlags, out pstrObjectText); GC.KeepAlive(this); return(num); }