System::Activator Class Reference

Contains methods to create types of objects. More...

Static Public Member Functions

static ASPOSECPP_SHARED_API System::SharedPtr< System::ObjectCreateInstance (const System::TypeInfo &type)
 Creates an instance of the specified type using the parameterless constructor of that type. More...
 

Detailed Description

Contains methods to create types of objects.

Member Function Documentation

◆ CreateInstance()

static ASPOSECPP_SHARED_API System::SharedPtr<System::Object> System::Activator::CreateInstance ( const System::TypeInfo type)
static

Creates an instance of the specified type using the parameterless constructor of that type.

Parameters
typeThe type of object to create.