TypeDefKind
Overview
The TypeDefKind enumeration is used to find out what kind of type this ITypeReference holds. The TypeKind property of the ITypeReference interface returns this enum.
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
Value | Description |
---|---|
Class | A regular reference class |
Delegate | A delegate |
Enum | An enum (or flags) |
Interface | An interface |
ValueType | A record |