System::ObjectType-klass

ObjectType class

Tillhandahåller statiska metoder som implementerar getter‑funktioner för objekttyper. Detta är en statisk typ utan instansfunktioner. Du bör aldrig skapa instanser av den på något sätt.

class ObjectType

Metoder

MetodBeskrivning
static GetType(const T&)Implementerar typeof()-översättning. Overload för smarta pekare.
static GetType(const T&)Implementerar typeof()-översättning. Overload för strukturer.
static GetType(const T&)Implementerar typeof()-översättning. Overload för undantag.
static GetType(const T)Implementerar typeof()-översättning. Overload för primitiva typer.
static GetType(const T)Implementerar typeof()-översättning. Overload för Nullable typer.
static GetType()Implementerar typeof()-översättning. Overload för primitiva typer.
static GetType()Implementerar typeof()-översättning. Overload för enum‑typer.
static GetType()Implementerar typeof()-översättning. Overload för strukturer och pekare.
static GetType()Implementerar typeof()-översättning. Overload för Nullable.
static GetType()Implementerar typeof()-översättning. Overload för MutlicastDelegate.
static GetType()Implementerar typeof()-översättning. Overload för strukturer och pekare.
static GetType(const String&)Implementerar typeof()-översättning. Overload för string‑typ.
static GetType()Implementerar typeof()-översättning. Overload för uint8_t.
static GetType()Implementerar typeof()-översättning. Overload för uint8_t.
static GetType()Implementerar typeof()-översättning. Overload för uint8_t.
static GetType()Implementerar typeof()-översättning. Overload för uint8_t.
static GetType()Implementerar typeof()-översättning. Overload för uint8_t.
static GetType()Implementerar typeof()-översättning. Overload för uint8_t.

Se även