.NET Framework Class Library
AppDomain..::.CreateInstanceAndUnwrap Method
Creates a new instance of a specified type.
|
| Name | Description |
|---|
.gif) | CreateInstanceAndUnwrap(String, String) | Creates a new instance of the specified type. Parameters specify the assembly where the type is defined, and the name of the type. |
.gif) | CreateInstanceAndUnwrap(String, String, array<Object>[]()[]) | Creates a new instance of the specified type. Parameters specify the assembly where the type is defined, the name of the type, and an array of activation attributes. |
.gif) | CreateInstanceAndUnwrap(String, String, Boolean, BindingFlags, Binder, array<Object>[]()[], CultureInfo, array<Object>[]()[], Evidence) | Creates a new instance of the specified type. Parameters specify the name of the type, and how it is found and created. |
Top
Reference