Concrete implementations of the MarshalType
type.
Classes
| Class | Description | |
|---|---|---|
|
|
ArrayMarshalType |
Represents the type of an unmanaged LPArray, i.e. a pointer to a standard C array.
|
|
|
CustomMarshallerMarshalType |
Special MarshalType meaning that a custom marshaller should
be used.
|
|
|
FixedArrayMarshalType |
Represents the type of an unmanaged array with fixed number of elements, passed by value.
|
|
|
FixedStringMarshalType |
Represents the type of an unmanaged string passed by value.
|
|
|
IntrinsicMarshalType |
Represents the type of an intrinsic unmanaged scalar.
|
|
|
SafeArrayMarshalType |
Represents the type of an unmanaged Safe Array.
|