Enum SafeArrayTypeFlags
- Namespace
- AsmResolver.DotNet.Signatures
- Assembly
- AsmResolver.DotNet.dll
Provides members defining all valid flags for an element type in a safe array marshal descriptor.
[Flags]
public enum SafeArrayTypeFlags
Fields
Array = 8192Indicates the type is an array.
ByRef = 16384Indicate the type is a by-reference type.
Mask = 61440Provides a bit mask for the type flags.
Vector = 4096Indicates the type is a vector.