Activator

Activator class

Contains methods to create types of objects.

class Activator

Methods

MethodDescription
static System::SharedPtr<System::Object> CreateInstance(const System::TypeInfo&)Creates an instance of the specified type using the parameterless constructor of that type.

See Also