AppDomain::CreateInstance Method
Creates a new instance of a specified type defined in a specified assembly.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateInstance(String^, String^) | Creates a new instance of the specified type defined in the specified assembly. |
![]() | CreateInstance(String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^) | Creates a new instance of the specified type defined in the specified assembly. Parameters specify a binder, binding flags, constructor arguments, culture-specific information used to interpret arguments, and optional activation attributes. |
![]() | CreateInstance(String^, String^, Boolean, BindingFlags, Binder^, array<Object^>^, CultureInfo^, array<Object^>^, Evidence^) | Obsolete. Creates a new instance of the specified type defined in the specified assembly. Parameters specify a binder, binding flags, constructor arguments, culture-specific information used to interpret arguments, activation attributes, and authorization to create the type. |
![]() | CreateInstance(String^, String^, array<Object^>^) | Creates a new instance of the specified type defined in the specified assembly. A parameter specifies an array of activation attributes. |
