1 instantiation of WinModuleEntry
System (1)
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
439
NativeMethods.WinModuleEntry module = new NativeMethods.
WinModuleEntry
();
5 references to WinModuleEntry
System (5)
services\monitoring\system\diagnosticts\ProcessManager.cs (5)
428
int entrySize = Marshal.SizeOf(typeof(NativeMethods.
WinModuleEntry
));
429
int bufferSize = entrySize + NativeMethods.
WinModuleEntry
.sizeofFileName + NativeMethods.
WinModuleEntry
.sizeofModuleName;
439
NativeMethods.
WinModuleEntry
module = new NativeMethods.WinModuleEntry();
443
moduleInfo.fileName = Marshal.PtrToStringAnsi((IntPtr)((long)bufferPtr + entrySize + NativeMethods.
WinModuleEntry
.sizeofModuleName));