C# Class ParallelTestRunner.Process2.NativeMethods.ShellExecuteInfo

Show file Open project: sscobici/ParallelTestRunner

Public Properties

Property Type Description
cbSize int
dwHotKey int
fMask int
hIcon System.IntPtr
hInstApp System.IntPtr
hProcess System.IntPtr
hkeyClass System.IntPtr
hwnd System.IntPtr
lpClass System.IntPtr
lpDirectory System.IntPtr
lpFile System.IntPtr
lpIDList System.IntPtr
lpParameters System.IntPtr
lpVerb System.IntPtr
nShow int

Public Methods

Method Description
ShellExecuteInfo ( ) : Microsoft.Win32.SafeHandles

Method Details

ShellExecuteInfo() public method

public ShellExecuteInfo ( ) : Microsoft.Win32.SafeHandles
return Microsoft.Win32.SafeHandles

Property Details

cbSize public property

public int cbSize
return int

dwHotKey public property

public int dwHotKey
return int

fMask public property

public int fMask
return int

hIcon public property

public IntPtr,System hIcon
return System.IntPtr

hInstApp public property

public IntPtr,System hInstApp
return System.IntPtr

hProcess public property

public IntPtr,System hProcess
return System.IntPtr

hkeyClass public property

public IntPtr,System hkeyClass
return System.IntPtr

hwnd public property

public IntPtr,System hwnd
return System.IntPtr

lpClass public property

public IntPtr,System lpClass
return System.IntPtr

lpDirectory public property

public IntPtr,System lpDirectory
return System.IntPtr

lpFile public property

public IntPtr,System lpFile
return System.IntPtr

lpIDList public property

public IntPtr,System lpIDList
return System.IntPtr

lpParameters public property

public IntPtr,System lpParameters
return System.IntPtr

lpVerb public property

public IntPtr,System lpVerb
return System.IntPtr

nShow public property

public int nShow
return int