2 writes to Clone_f
System.Management (2)
System\Management\ManagementScope.cs (2)
336
LoadDelegate(ref
Clone_f
, hModule, "Clone") &&
405
Clone_f
= (int _, IntPtr __, out IntPtr ___) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to Clone_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
178
int hResult = WmiNetUtilsHelper.
Clone_f
(12, pWbemClassObject, out pWbemClassObjectNew);