STARTUPINFO class Null safety Struct
Specifies the window station, desktop, standard handles, and appearance of the main window for a process at creation time.
- Inheritance
- Object
- NativeType
- Struct
- STARTUPINFO
- Available Extensions
Constructors
Properties
- cb ↔ int
-
@Uint32(), read / write
- cbReserved2 ↔ int
-
@Uint16(), read / write
- dwFillAttribute ↔ int
-
@Uint32(), read / write
- dwFlags ↔ int
-
@Uint32(), read / write
- dwX ↔ int
-
@Uint32(), read / write
- dwXCountChars ↔ int
-
@Uint32(), read / write
- dwXSize ↔ int
-
@Uint32(), read / write
- dwY ↔ int
-
@Uint32(), read / write
- dwYCountChars ↔ int
-
@Uint32(), read / write
- dwYSize ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hStdError ↔ int
-
@IntPtr(), read / write
- hStdInput ↔ int
-
@IntPtr(), read / write
- hStdOutput ↔ int
-
@IntPtr(), read / write
-
lpDesktop
↔ Pointer<
Utf16> -
read / write
-
lpReserved
↔ Pointer<
Utf16> -
read / write
-
lpReserved2
↔ Pointer<
Uint8> -
read / write
-
lpTitle
↔ Pointer<
Utf16> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- wShowWindow ↔ int
-
@Uint16(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited