C# Class RestrictedProcess.Process.StartupInfo

Afficher le fichier Open project: NikolayIT/RestrictedProcess.NET Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Dispose ( ) : void
StartupInfo ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StartupInfo() public méthode

public StartupInfo ( ) : System
Résultat System

Property Details

Desktop public_oe property

public IntPtr,System Desktop
Résultat System.IntPtr

FillAttribute public_oe property

public int FillAttribute
Résultat int

Flags public_oe property

public int Flags
Résultat int

Reserved public_oe property

public IntPtr,System Reserved
Résultat System.IntPtr

Reserved2 public_oe property

public short Reserved2
Résultat short

Reserved2Pointer public_oe property

public IntPtr,System Reserved2Pointer
Résultat 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
Résultat short

SizeInBytes public_oe property

public int SizeInBytes
Résultat int

StandardErrorHandle public_oe property

public SafeFileHandle StandardErrorHandle
Résultat SafeFileHandle

StandardInputHandle public_oe property

public SafeFileHandle StandardInputHandle
Résultat SafeFileHandle

StandardOutputHandle public_oe property

public SafeFileHandle StandardOutputHandle
Résultat SafeFileHandle

Title public_oe property

public IntPtr Title
Résultat IntPtr

X public_oe property

public int X
Résultat int

XCountChars public_oe property

public int XCountChars
Résultat int

XSize public_oe property

public int XSize
Résultat int

Y public_oe property

public int Y
Résultat int

YCountChars public_oe property

public int YCountChars
Résultat int

YSize public_oe property

public int YSize
Résultat int