2 writes to InheritsFrom_f
System.Management (2)
System\Management\ManagementScope.cs (2)
342
LoadDelegate(ref
InheritsFrom_f
, hModule, "InheritsFrom") &&
411
InheritsFrom_f
= (int _, IntPtr __, string ___) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to InheritsFrom_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
244
int res = WmiNetUtilsHelper.
InheritsFrom_f
(18, pWbemClassObject, strAncestor);