Gets the actual size of the instance of the current class.
Gets the array class which encompass the current class.
Gets the size of the object encompassed by the current array class.
Gets the name of the assembly in which the current class is defined.
Gets the class that declares the current nested class.
Gets the class of the object encompassed or referred to by the current array, pointer or reference class.
Gets the flags of the current class.
Gets the full name (namespace + name) of the current class.
Gets the generic class of the current class if the current class is inflated.
Gets the generics parameters of this generic class.
Determines whether the GC has tracking references to the current class instances.
Determines whether ther current class has a valid static constructor.
Gets the image in which the current class is defined.
Gets the size of the instance of the current class.
Gets the interfaces implemented or inherited by the current class.
Determines whether the current class is abstract.
Determines whether the current class is blittable.
Determines whether the current class is an enumeration.
Determines whether the current class is a generic one.
Determines whether the current class is inflated.
Determines whether the current class is an interface.
Determines whether the current class is a struct.
Determines whether the current class is a value type.
Gets the methods implemented by the current class.
Gets the name of the current class.
Gets the namespace of the current class.
Gets the classes nested inside the current class.
Gets the class from which the current class directly inherits.
Gets the pointer class of the current class.
Gets the rank (number of dimensions) of the current array class.
Gets a pointer to the static fields of the current class.
Gets the size of the instance - as a value type - of the current class.
StaticenumerateGets the hierarchy of the current class.
Optionaloptions: { includeCurrent?: boolean }Calls the static constructor of the current class.
Determines whether an instance of other class can be assigned to a variable of the current type.
Determines whether the current class derives from other class.
Gets the method identified by the given name and parameter count.
OptionalparameterCount: numberGets the method with the given name and parameter count.
OptionalparameterCount: number
Scaffold class.