Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft