4 references to Interop
System.Management (4)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs (1)
19
return
Interop
.Kernel32.FreeLibrary(handle);
System\Management\InteropClasses\WMIInterop.cs (1)
1335
if (0 !=
Interop
.Ole32.CoGetObjectContext(IID_IComThreadingInfo, out pComThreadingInfo))
System\Management\ManagementScope.cs (2)
312
IntPtr hModule =
Interop
.Kernel32.LoadLibrary(wminet_utilsPath);
381
IntPtr procAddr =
Interop
.Kernel32.GetProcAddress(hModule, procName);