C# 클래스 ParallelTestRunner.Process2.NativeMethods.ShellExecuteInfo

파일 보기 프로젝트 열기: sscobici/ParallelTestRunner

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ShellExecuteInfo ( ) : Microsoft.Win32.SafeHandles

메소드 상세

ShellExecuteInfo() 공개 메소드

public ShellExecuteInfo ( ) : Microsoft.Win32.SafeHandles
리턴 Microsoft.Win32.SafeHandles

프로퍼티 상세

cbSize 공개적으로 프로퍼티

public int cbSize
리턴 int

dwHotKey 공개적으로 프로퍼티

public int dwHotKey
리턴 int

fMask 공개적으로 프로퍼티

public int fMask
리턴 int

hIcon 공개적으로 프로퍼티

public IntPtr,System hIcon
리턴 System.IntPtr

hInstApp 공개적으로 프로퍼티

public IntPtr,System hInstApp
리턴 System.IntPtr

hProcess 공개적으로 프로퍼티

public IntPtr,System hProcess
리턴 System.IntPtr

hkeyClass 공개적으로 프로퍼티

public IntPtr,System hkeyClass
리턴 System.IntPtr

hwnd 공개적으로 프로퍼티

public IntPtr,System hwnd
리턴 System.IntPtr

lpClass 공개적으로 프로퍼티

public IntPtr,System lpClass
리턴 System.IntPtr

lpDirectory 공개적으로 프로퍼티

public IntPtr,System lpDirectory
리턴 System.IntPtr

lpFile 공개적으로 프로퍼티

public IntPtr,System lpFile
리턴 System.IntPtr

lpIDList 공개적으로 프로퍼티

public IntPtr,System lpIDList
리턴 System.IntPtr

lpParameters 공개적으로 프로퍼티

public IntPtr,System lpParameters
리턴 System.IntPtr

lpVerb 공개적으로 프로퍼티

public IntPtr,System lpVerb
리턴 System.IntPtr

nShow 공개적으로 프로퍼티

public int nShow
리턴 int