2 writes to DeleteMethod_f
System.Management (2)
System\Management\ManagementScope.cs (2)
345
LoadDelegate(ref
DeleteMethod_f
, hModule, "DeleteMethod") &&
414
DeleteMethod_f
= (_, __, ___) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to DeleteMethod_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
283
int res = WmiNetUtilsHelper.
DeleteMethod_f
(21, pWbemClassObject, wszName);