C# 클래스 RestrictedProcess.Process.StartupInfo

파일 보기 프로젝트 열기: NikolayIT/RestrictedProcess.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Desktop System.IntPtr
FillAttribute int
Flags int
Reserved System.IntPtr
Reserved2 short
Reserved2Pointer System.IntPtr
ShowWindow short
SizeInBytes int
StandardErrorHandle SafeFileHandle
StandardInputHandle SafeFileHandle
StandardOutputHandle SafeFileHandle
Title IntPtr
X int
XCountChars int
XSize int
Y int
YCountChars int
YSize int

공개 메소드들

메소드 설명
Dispose ( ) : void
StartupInfo ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

StartupInfo() 공개 메소드

public StartupInfo ( ) : System
리턴 System

프로퍼티 상세

Desktop 공개적으로 프로퍼티

public IntPtr,System Desktop
리턴 System.IntPtr

FillAttribute 공개적으로 프로퍼티

public int FillAttribute
리턴 int

Flags 공개적으로 프로퍼티

public int Flags
리턴 int

Reserved 공개적으로 프로퍼티

public IntPtr,System Reserved
리턴 System.IntPtr

Reserved2 공개적으로 프로퍼티

public short Reserved2
리턴 short

Reserved2Pointer 공개적으로 프로퍼티

public IntPtr,System Reserved2Pointer
리턴 System.IntPtr

ShowWindow 공개적으로 프로퍼티

If dwFlags specifies STARTF_USESHOWWINDOW, this member can be any of the values that can be specified in the nCmdShow parameter for the ShowWindow function, except for SW_SHOWDEFAULT. Otherwise, this member is ignored. For GUI processes, the first time ShowWindow is called, its nCmdShow parameter is ignored wShowWindow specifies the default value. In subsequent calls to ShowWindow, the wShowWindow member is used if the nCmdShow parameter of ShowWindow is set to SW_SHOWDEFAULT.
public short ShowWindow
리턴 short

SizeInBytes 공개적으로 프로퍼티

public int SizeInBytes
리턴 int

StandardErrorHandle 공개적으로 프로퍼티

public SafeFileHandle StandardErrorHandle
리턴 SafeFileHandle

StandardInputHandle 공개적으로 프로퍼티

public SafeFileHandle StandardInputHandle
리턴 SafeFileHandle

StandardOutputHandle 공개적으로 프로퍼티

public SafeFileHandle StandardOutputHandle
리턴 SafeFileHandle

Title 공개적으로 프로퍼티

public IntPtr Title
리턴 IntPtr

X 공개적으로 프로퍼티

public int X
리턴 int

XCountChars 공개적으로 프로퍼티

public int XCountChars
리턴 int

XSize 공개적으로 프로퍼티

public int XSize
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int

YCountChars 공개적으로 프로퍼티

public int YCountChars
리턴 int

YSize 공개적으로 프로퍼티

public int YSize
리턴 int