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.

Activator::CreateInstanceFrom Method

 

Creates an instance of the type whose name is specified, using the named assembly file and the constructor that best matches the specified parameters.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateInstanceFrom(AppDomain^, String^, String^)

Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly file and default constructor.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstanceFrom(AppDomain^, String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^)

Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly file and the constructor that best matches the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstanceFrom(AppDomain^, String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^, Evidence^)

Obsolete. Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly file and the constructor that best matches the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstanceFrom(String^, String^)

Creates an instance of the type whose name is specified, using the named assembly file and default constructor.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstanceFrom(String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^)

Creates an instance of the type whose name is specified, using the named assembly file and the constructor that best matches the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstanceFrom(String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^, Evidence^)

Obsolete. Creates an instance of the type whose name is specified, using the named assembly file and the constructor that best matches the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticCreateInstanceFrom(String^, String^, array<Object^>^)

Creates an instance of the type whose name is specified, using the named assembly file and default constructor.

Return to top
Show:
© 2017 Microsoft