AppDomain.CreateInstanceFromAndUnwrap Method
.NET Framework 4
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 | |
|---|---|---|
|
CreateInstanceFromAndUnwrap(String, String) | Creates a new instance of the specified type defined in the specified assembly file. |
|
CreateInstanceFromAndUnwrap(String, String, Object[]) | Creates a new instance of the specified type defined in the specified assembly file. |
|
CreateInstanceFromAndUnwrap(String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[]) | Creates a new instance of the specified type defined in the specified assembly file, specifying whether the case of the type name is ignored; the binding attributes and the binder that are used to select the type to be created; the arguments of the constructor; the culture; and the activation attributes. |
|
CreateInstanceFromAndUnwrap(String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence) | Obsolete. Creates a new instance of the specified type defined in the specified assembly file. |