2 writes to GetMethod_f
System.Management (2)
System\Management\ManagementScope.cs (2)
343
LoadDelegate(ref
GetMethod_f
, hModule, "GetMethod") &&
412
GetMethod_f
= (int _, IntPtr __, string ___, int ____, out IntPtr _____, out IntPtr ______) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to GetMethod_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
254
int hResult = WmiNetUtilsHelper.
GetMethod_f
(19, pWbemClassObject, wszName, lFlags, out pInSignature, out pOutSignature);