AppDomain::CreateInstanceFrom Method

 

Creates a new instance of a specified type defined in the specified assembly file.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCreateInstanceFrom(String^, String^)

Creates a new instance of the specified type defined in the specified assembly file.

System_CAPS_pubmethodCreateInstanceFrom(String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^)

Creates a new instance of the specified type defined in the specified assembly file.

System_CAPS_pubmethodCreateInstanceFrom(String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^, Evidence^)

Obsolete. Creates a new instance of the specified type defined in the specified assembly file.

System_CAPS_pubmethodCreateInstanceFrom(String^, String^, array<Object^>^)

Creates a new instance of the specified type defined in the specified assembly file.

Return to top
Show: