1 instantiation of ShellExecuteInfo
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2208NativeMethods.ShellExecuteInfo shellExecuteInfo = new NativeMethods.ShellExecuteInfo();
4 references to ShellExecuteInfo
System (4)
compmod\microsoft\win32\NativeMethods.cs (1)
1298public static extern bool ShellExecuteEx(ShellExecuteInfo info);
services\monitoring\system\diagnosticts\Process.cs (3)
2208NativeMethods.ShellExecuteInfo shellExecuteInfo = new NativeMethods.ShellExecuteInfo(); 2834private NativeMethods.ShellExecuteInfo _executeInfo; 2838public ShellExecuteHelper(NativeMethods.ShellExecuteInfo executeInfo) {