This documentation is archived and is not being maintained.
AppDomain::CreateInstanceFrom Method
Visual Studio 2010
Creates a new instance of a specified type defined in the specified assembly file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateInstanceFrom(String, String) | 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. |
|
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. |
Show: