AppDomain.CreateInstance Method
.NET Framework 3.0
Creates a new instance of a specified type defined in a specified assembly.
| Name | Description |
|---|---|
| AppDomain.CreateInstance (String, String) | Creates a new instance of the specified type defined in the specified assembly. |
| AppDomain.CreateInstance (String, String, Object[]) | Creates a new instance of the specified type defined in the specified assembly. A parameter specifies an array of activation attributes. |
| AppDomain.CreateInstance (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence) | 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. |
Community Additions
ADD
Show: