2 writes to GetNames_f
System.Management (2)
System\Management\ManagementScope.cs (2)
331LoadDelegate(ref GetNames_f, hModule, "GetNames") && 400GetNames_f = (int _, IntPtr __, string ___, int ____, ref object _____, out string[] ______) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to GetNames_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
128int res = WmiNetUtilsHelper.GetNames_f(7, pWbemClassObject, wszQualifierName, lFlags, ref pQualifierVal, out pNames);