This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Assembly..::.CreateInstance Method
Locates a type from this assembly and creates an instance of it using the system activator.

Overload List
|
| Name | Description |
|---|
.gif) .gif) .gif) | CreateInstance(String) | Locates the specified type from this assembly and creates an instance of it using the system activator, using case-sensitive search. |
.gif) | 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. |
.gif) | CreateInstance(String, Boolean, BindingFlags, Binder, array<Object>[]()[], CultureInfo, array<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. |
Top

See Also