Assembly.CreateInstance Method
.NET Framework 4.5
Locates a type from this assembly and creates an instance of it using the system activator.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateInstance(String) | Locates the specified type from this assembly and creates an instance of it using the system activator, using case-sensitive search. |
|
CreateInstance(String, Boolean) | Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search. |
|
CreateInstance(String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[]) | Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search and having the specified culture, arguments, and binding and activation attributes. |