Enum RuntimeTypeKind
Values that represent runtime type kinds.
Namespace: Kephas.Runtime
Assembly: Kephas.Core.dll
Syntax
public enum RuntimeTypeKind
Fields
Name | Description |
---|---|
Class | The runtime type is a class. |
Enum | The runtime type is an enum. |
Interface | The runtime type is an interface. |
Unknown | The runtime type is unknown. |