SHELLEXECUTEINFO class Null safety Struct
Contains information used by ShellExecuteEx.
- Inheritance
- Object
- NativeType
- Struct
- SHELLEXECUTEINFO
- Available Extensions
Constructors
Properties
- cbSize ↔ int
-
@Uint32(), read / write
- dwHotKey ↔ int
-
@Uint32(), read / write
- fMask ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hIcon ↔ int
-
@IntPtr(), read / write
- hInstApp ↔ int
-
@IntPtr(), read / write
- hkeyClass ↔ int
-
@IntPtr(), read / write
- hMonitor ↔ int
-
read / write
- hProcess ↔ int
-
@IntPtr(), read / write
- hwnd ↔ int
-
@IntPtr(), read / write
-
lpClass
↔ Pointer<
Utf16> -
read / write
-
lpDirectory
↔ Pointer<
Utf16> -
read / write
-
lpFile
↔ Pointer<
Utf16> -
read / write
-
lpIDList
↔ Pointer<
NativeType> -
read / write
-
lpParameters
↔ Pointer<
Utf16> -
read / write
-
lpVerb
↔ Pointer<
Utf16> -
read / write
- nShow ↔ int
-
@Int32(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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