CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::Activator Class Reference

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

#include <activator.h>

Static Public Member Functions

static 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 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.