System::ObjectType 类

ObjectType class

提供实现对象类型获取器的静态方法。这是一个没有实例服务的静态类型。无论何种方式都不应创建其实例。

class ObjectType

方法

方法描述
static GetType(const T&)实现 typeof() 的翻译。针对智能指针的重载。
static GetType(const T&)实现 typeof() 的翻译。针对结构体的重载。
static GetType(const T&)实现 typeof() 的翻译。针对异常的重载。
static GetType(const T)实现 typeof() 的翻译。针对原始类型的重载。
static GetType(const T)实现 typeof() 的翻译。针对 Nullable 类型的重载。
static GetType()实现 typeof() 的翻译。针对原始类型的重载。
static GetType()实现 typeof() 的翻译。针对枚举类型的重载。
static GetType()实现 typeof() 的翻译。针对结构体和指针的重载。
static GetType()实现 typeof() 的翻译。针对 Nullable 的重载。
static GetType()实现 typeof() 的翻译。针对 MutlicastDelegate 的重载。
static GetType()实现 typeof() 的翻译。针对结构体和指针的重载。
static GetType(const String&)实现 typeof() 的翻译。针对字符串类型的重载。
static GetType()实现 typeof() 的翻译。针对 uint8_t 的重载。
static GetType()实现 typeof() 的翻译。针对 uint8_t 的重载。
static GetType()实现 typeof() 的翻译。针对 uint8_t 的重载。
static GetType()实现 typeof() 的翻译。针对 uint8_t 的重载。
static GetType()实现 typeof() 的翻译。针对 uint8_t 的重载。
static GetType()实现 typeof() 的翻译。针对 uint8_t 的重载。

另见