1 instantiation of NtModuleInfo
System (1)
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
668NativeMethods.NtModuleInfo ntModuleInfo = new NativeMethods.NtModuleInfo();
2 references to NtModuleInfo
System (2)
compmod\microsoft\win32\NativeMethods.cs (1)
1215public static extern bool GetModuleInformation(SafeProcessHandle processHandle, HandleRef moduleHandle, NtModuleInfo ntModuleInfo, int size);
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
668NativeMethods.NtModuleInfo ntModuleInfo = new NativeMethods.NtModuleInfo();