C# Class ParallelTestRunner.Process2.NativeMethods.ShellExecuteInfo

Mostrar archivo 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_oe property

public int cbSize
return int

dwHotKey public_oe property

public int dwHotKey
return int

fMask public_oe property

public int fMask
return int

hIcon public_oe property

public IntPtr,System hIcon
return System.IntPtr

hInstApp public_oe property

public IntPtr,System hInstApp
return System.IntPtr

hProcess public_oe property

public IntPtr,System hProcess
return System.IntPtr

hkeyClass public_oe property

public IntPtr,System hkeyClass
return System.IntPtr

hwnd public_oe property

public IntPtr,System hwnd
return System.IntPtr

lpClass public_oe property

public IntPtr,System lpClass
return System.IntPtr

lpDirectory public_oe property

public IntPtr,System lpDirectory
return System.IntPtr

lpFile public_oe property

public IntPtr,System lpFile
return System.IntPtr

lpIDList public_oe property

public IntPtr,System lpIDList
return System.IntPtr

lpParameters public_oe property

public IntPtr,System lpParameters
return System.IntPtr

lpVerb public_oe property

public IntPtr,System lpVerb
return System.IntPtr

nShow public_oe property

public int nShow
return int