public int Next_(int lFlags, ref string strName, ref object pVal, ref int pType, ref int plFlavor) { if (this.pWbemClassObject == IntPtr.Zero) { throw new ObjectDisposedException(name); } pVal = null; strName = null; int num = WmiNetUtilsHelper.Next_f(9, this.pWbemClassObject, lFlags, ref strName, ref pVal, ref pType, ref plFlavor); GC.KeepAlive(this); return(num); }