Enum ComplexTypeKind
Specifies the kind of the complex type
Namespace: CilTools.Reflection
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
public enum ComplexTypeKind
Fields
Name | Description |
---|---|
ByRef | Managed reference |
GenInst | Generic type instantiation |
Pointer | Unmanaged pointer |
SzArray | Single-dimensional zero-based array |