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