C# Class RestrictedProcess.Process.StartupInfo

Show file Open project: NikolayIT/RestrictedProcess.NET Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
Dispose ( ) : void
StartupInfo ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StartupInfo() public method

public StartupInfo ( ) : System
return System

Property Details

Desktop public property

public IntPtr,System Desktop
return System.IntPtr

FillAttribute public property

public int FillAttribute
return int

Flags public property

public int Flags
return int

Reserved public property

public IntPtr,System Reserved
return System.IntPtr

Reserved2 public property

public short Reserved2
return short

Reserved2Pointer public property

public IntPtr,System Reserved2Pointer
return System.IntPtr

ShowWindow public property

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
return short

SizeInBytes public property

public int SizeInBytes
return int

StandardErrorHandle public property

public SafeFileHandle StandardErrorHandle
return SafeFileHandle

StandardInputHandle public property

public SafeFileHandle StandardInputHandle
return SafeFileHandle

StandardOutputHandle public property

public SafeFileHandle StandardOutputHandle
return SafeFileHandle

Title public property

public IntPtr Title
return IntPtr

X public property

public int X
return int

XCountChars public property

public int XCountChars
return int

XSize public property

public int XSize
return int

Y public property

public int Y
return int

YCountChars public property

public int YCountChars
return int

YSize public property

public int YSize
return int