CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Contains methods to create types of objects. More...
#include <activator.h>
Static Public Member Functions | |
static System::SharedPtr< System::Object > | CreateInstance (const System::TypeInfo &type) |
Creates an instance of the specified type using the parameterless constructor of that type. More... | |
Contains methods to create types of objects.
|
static |
Creates an instance of the specified type using the parameterless constructor of that type.
type | The type of object to create. |