Assembly::CreateInstance Method
.NET Framework (current version)
Locates a type from this assembly and creates an instance of it using the system activator.
Assembly: mscorlib (in mscorlib.dll)
| 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^, 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. |
Show:
