This documentation is archived and is not being maintained.
Activator::CreateInstanceFrom Method
Visual Studio 2010
Creates an instance of the type whose name is specified, using the named assembly file and the constructor that best matches the specified parameters.
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 an instance of the type whose name is specified, using the named assembly file and default constructor. |
|
CreateInstanceFrom(AppDomain, String, String) | Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly file and default constructor. |
|
CreateInstanceFrom(String, String, array<Object>) | Creates an instance of the type whose name is specified, using the named assembly file and default constructor. |
|
CreateInstanceFrom(String, String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>) | Creates an instance of the type whose name is specified, using the named assembly file and the constructor that best matches the specified parameters. |
|
CreateInstanceFrom(AppDomain, String, String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>) | Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly file and the constructor that best matches the specified parameters. |
|
CreateInstanceFrom(String, String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>, Evidence) | Obsolete. Creates an instance of the type whose name is specified, using the named assembly file and the constructor that best matches the specified parameters. |
|
CreateInstanceFrom(AppDomain, String, String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>, Evidence) | Obsolete. Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly file and the constructor that best matches the specified parameters. |
Show: