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 = 8192
Indicates the type is an array.
ByRef = 16384
Indicate the type is a by-reference type.
Mask = 61440
Provides a bit mask for the type flags.
Vector = 4096
Indicates the type is a vector.