3 references to Kernel32
System.Management (3)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs (1)
19
return Interop.
Kernel32
.FreeLibrary(handle);
System\Management\ManagementScope.cs (2)
312
IntPtr hModule = Interop.
Kernel32
.LoadLibrary(wminet_utilsPath);
381
IntPtr procAddr = Interop.
Kernel32
.GetProcAddress(hModule, procName);