C# Class RestrictedProcess.Process.StartupInfo

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

public IntPtr,System Desktop
return System.IntPtr

FillAttribute public_oe property

public int FillAttribute
return int

Flags public_oe property

public int Flags
return int

Reserved public_oe property

public IntPtr,System Reserved
return System.IntPtr

Reserved2 public_oe property

public short Reserved2
return short

Reserved2Pointer public_oe property

public IntPtr,System Reserved2Pointer
return System.IntPtr

ShowWindow public_oe 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_oe property

public int SizeInBytes
return int

StandardErrorHandle public_oe property

public SafeFileHandle StandardErrorHandle
return SafeFileHandle

StandardInputHandle public_oe property

public SafeFileHandle StandardInputHandle
return SafeFileHandle

StandardOutputHandle public_oe property

public SafeFileHandle StandardOutputHandle
return SafeFileHandle

Title public_oe property

public IntPtr Title
return IntPtr

X public_oe property

public int X
return int

XCountChars public_oe property

public int XCountChars
return int

XSize public_oe property

public int XSize
return int

Y public_oe property

public int Y
return int

YCountChars public_oe property

public int YCountChars
return int

YSize public_oe property

public int YSize
return int