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: