System::Activator class

Activator class

Contains methods to create types of objects.

class Activator

Methods

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

See Also