1 instantiation of WinProcessEntry
System (1)
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
369
NativeMethods.WinProcessEntry process = new NativeMethods.
WinProcessEntry
();
3 references to WinProcessEntry
System (3)
services\monitoring\system\diagnosticts\ProcessManager.cs (3)
358
int entrySize = (int)Marshal.SizeOf(typeof(NativeMethods.
WinProcessEntry
));
359
int bufferSize = entrySize + NativeMethods.
WinProcessEntry
.sizeofFileName;
369
NativeMethods.
WinProcessEntry
process = new NativeMethods.WinProcessEntry();