The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AppDomain::CreateInstanceFrom Method
.NET Framework (current version)
Creates a new instance of a specified type defined in the specified assembly file.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateInstanceFrom(String^, String^) | Creates a new instance of the specified type defined in the specified assembly file. |
![]() | CreateInstanceFrom(String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^) | Creates a new instance of the specified type defined in the specified assembly file. |
![]() | CreateInstanceFrom(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. |
![]() | CreateInstanceFrom(String^, String^, array<Object^>^) | Creates a new instance of the specified type defined in the specified assembly file. |
Show:
