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