2 writes to PutMethod_f
System.Management (2)
System\Management\ManagementScope.cs (2)
344
LoadDelegate(ref
PutMethod_f
, hModule, "PutMethod") &&
413
PutMethod_f
= (_, __, ___, ____, _____, ______) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to PutMethod_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
273
int res = WmiNetUtilsHelper.
PutMethod_f
(20, pWbemClassObject, wszName, lFlags, pInSignature, pOutSignature);