FUNCDESC class base Struct
Describes a function.
- Inheritance
-
- Object
- NativeType
- Struct
- FUNCDESC
Constructors
- FUNCDESC()
Properties
- callconv ↔ int
-
read / write
- cParams ↔ int
-
read / write
- cParamsOpt ↔ int
-
read / write
- cScodes ↔ int
-
read / write
- elemdescFunc ↔ ELEMDESC
-
read / write
- funckind ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- invkind ↔ int
-
read / write
-
lprgelemdescParam
↔ Pointer<
ELEMDESC> -
read / write
-
lprgscode
↔ Pointer<
Int32> -
read / write
- memid ↔ int
-
read / write
- oVft ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- wFuncFlags ↔ int
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited