Show / Hide Table of Contents

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

Back to top CIL Tools (published from sources in GitHub repository).
Generated by DocFX