2 writes to GetPropertyOrigin_f
System.Management (2)
System\Management\ManagementScope.cs (2)
341
LoadDelegate(ref
GetPropertyOrigin_f
, hModule, "GetPropertyOrigin") &&
410
GetPropertyOrigin_f
= (int _, IntPtr __, string ___, out string ____) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to GetPropertyOrigin_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
236
int res = WmiNetUtilsHelper.
GetPropertyOrigin_f
(17, pWbemClassObject, wszName, out pstrClassName);