#include <Class.hpp>
Public Types | |
typedef VOID(* | ConstructorFunction )(PVOID Object) |
typedef VOID(Object::* | StaticConstructorFunction )() |
Public Attributes | |
DWORD | Flags |
Chunk | Defaults |
ConstructorFunction | Constructor |
StaticConstructorFunction | ConstructorStatic |
typedef VOID( * System::Class::ConstructorFunction)(PVOID Object) |
The prototype for a internal constructor.
typedef VOID( Object::* System::Class::StaticConstructorFunction)() |
The prototype for a static constructor.
DWORD System::Class::Flags |
Class flags.
Reimplemented from System::Object.
Class defaults.
The constructor to be called after the class is instantiated.
The static constructor to be called after class registration.