Compartilhar via


TypeClass Enum

Definition

Enum used for grouping System.Types into larger classes

public enum TypeClass
type TypeClass = 
Public Enum TypeClass
Inheritance
TypeClass

Fields

Name Value Description
Unsupported 0

Not supported type - functionally equivalent to null

Numeric 1

Numeric types - includes integer, floating point, and fixed point

String 2
Bool 3
DateTime 4
Guid 5
Array 6
Variant 7

Unknown return type

VarArgs 8

Variable number of parameters

BitmappedEnum 9

A bitmapped enumeration

Applies to