DkmNativeCppType.Tag Enum

Definition

DkmNativeCppType is an abstract base class. This enum indicates which derived class this object is an instance of.

public: enum class DkmNativeCppType::Tag
enum DkmNativeCppType::Tag
public enum DkmNativeCppType.Tag
type DkmNativeCppType.Tag = 
Public Enum DkmNativeCppType.Tag
Inheritance
DkmNativeCppType.Tag

Fields

ArrayType 3

Object is an instance of 'DkmNativeCppArrayType'.

EnumType 4

Object is an instance of 'DkmNativeCppEnumType'.

FunctionType 6

Object is an instance of 'DkmNativeCppFunctionType'.

PointerType 1

Object is an instance of 'DkmNativeCppPointerType'.

PrimitiveType 0

Object is an instance of 'DkmNativeCppPrimitiveType'.

ReferenceType 2

Object is an instance of 'DkmNativeCppReferenceType'.

UserDefinedType 5

Object is an instance of 'DkmNativeCppUserDefinedType'.

Applies to