Assembly::CreateInstance Method

 

Locates a type from this assembly and creates an instance of it using the system activator.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCreateInstance(String^)

Locates the specified type from this assembly and creates an instance of it using the system activator, using case-sensitive search.

System_CAPS_pubmethodCreateInstance(String^, Boolean)

Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search.

System_CAPS_pubmethodCreateInstance(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.

Return to top
Show: