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