Activator Methods |
The Activator type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateInstance(ActivationContext) | Creates an instance of the type designated by the specified ActivationContext object. |
![]() ![]() | CreateInstance(Type) | Creates an instance of the specified type using that type's default constructor. |
![]() ![]() | CreateInstance(ActivationContext,String[]) | Creates an instance of the type that is designated by the specified ActivationContext object and activated with the specified custom activation data. |
![]() ![]() | CreateInstance(String, String) | Creates an instance of the type whose name is specified, using the named assembly and default constructor. |
![]() ![]() | CreateInstance(Type, Boolean) | Creates an instance of the specified type using that type's default constructor. |
![]() ![]() | CreateInstance(Type,Object[]) | Creates an instance of the specified type using the constructor that best matches the specified parameters. |
![]() ![]() | CreateInstance(AppDomain, String, String) | Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly and default constructor. |
![]() ![]() | CreateInstance(String, String,Object[]) | Creates an instance of the type whose name is specified, using the named assembly and default constructor. |
![]() ![]() | CreateInstance(Type,Object[],Object[]) | Creates an instance of the specified type using the constructor that best matches the specified parameters. |
![]() ![]() | CreateInstance(Type, BindingFlags, Binder,Object[], CultureInfo) | Creates an instance of the specified type using the constructor that best matches the specified parameters. |
![]() ![]() | CreateInstance(Type, BindingFlags, Binder,Object[], CultureInfo,Object[]) | Creates an instance of the specified type using the constructor that best matches the specified parameters. |
![]() ![]() | CreateInstance(String, String, Boolean, BindingFlags, Binder,Object[], CultureInfo,Object[]) | Creates an instance of the type whose name is specified, using the named assembly and the constructor that best matches the specified parameters. |
![]() ![]() | CreateInstance(AppDomain, String, String, Boolean, BindingFlags, Binder,Object[], CultureInfo,Object[]) | Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly and the constructor that best matches the specified parameters. |
![]() ![]() | CreateInstance(String, String, Boolean, BindingFlags, Binder,Object[], CultureInfo,Object[], Evidence) | Creates an instance of the type whose name is specified, using the named assembly and the constructor that best matches the specified parameters. |
![]() ![]() | CreateInstance(AppDomain, String, String, Boolean, BindingFlags, Binder,Object[], CultureInfo,Object[], Evidence) | Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly and the constructor that best matches the specified parameters. |
![]() ![]() | CreateInstance<T>() | Creates an instance of the type designated by the specified generic type parameter, using the parameterless constructor . |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |