System::ObjectType‑klasse
inhoud
[
verbergen
]ObjectType class
Biedt statische methoden die objecttype‑getters implementeren. Dit is een statisch type zonder instantie‑services. Je mag nooit op welke manier dan ook instanties ervan maken.
class ObjectType
Methoden
| Methode | Beschrijving |
|---|---|
| static GetType(const T&) | Implementeert typeof()-vertaling. Overload voor slimme pointers. |
| static GetType(const T&) | Implementeert typeof()-vertaling. Overload voor structuren. |
| static GetType(const T&) | Implementeert typeof()-vertaling. Overload voor uitzonderingen. |
| static GetType(const T) | Implementeert typeof()-vertaling. Overload voor primitieve types. |
| static GetType(const T) | Implementeert typeof()-vertaling. Overload voor Nullable types. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor primitieve types. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor enum‑types. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor structuren en pointers. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor Nullable. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor MutlicastDelegate. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor structuren en pointers. |
| static GetType(const String&) | Implementeert typeof()-vertaling. Overload voor stringtype. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor uint8_t. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor uint8_t. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor uint8_t. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor uint8_t. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor uint8_t. |
| static GetType() | Implementeert typeof()-vertaling. Overload voor uint8_t. |
Zie ook
- Namespace System
- Library Aspose.Page for C++