2 writes to BeginMethodEnumeration_f
System.Management (2)
System\Management\ManagementScope.cs (2)
346
LoadDelegate(ref
BeginMethodEnumeration_f
, hModule, "BeginMethodEnumeration") &&
415
BeginMethodEnumeration_f
= (_, __, ___) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to BeginMethodEnumeration_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
291
int res = WmiNetUtilsHelper.
BeginMethodEnumeration_f
(22, pWbemClassObject, lEnumFlags);