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.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateInstanceFrom(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. |
![]() ![]() | CreateInstanceFrom(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. |
![]() ![]() | CreateInstanceFrom(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. |
![]() ![]() | CreateInstanceFrom(String^, String^) | Creates an instance of the type whose name is specified, using the named assembly file and default constructor. |
![]() ![]() | CreateInstanceFrom(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. |
![]() ![]() | CreateInstanceFrom(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. |
![]() ![]() | CreateInstanceFrom(String^, String^, array<Object^>^) | Creates an instance of the type whose name is specified, using the named assembly file and default constructor. |

