Mono Class Library: Overview

System.Activator: Members

The members of System.Activator are listed below.

See Also: Inherited members from System.Object

Public Methods

static
CreateComInstanceFrom(string, string) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateComInstanceFrom(string, string, byte[], System.Configuration.Assemblies.AssemblyHashAlgorithm) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstance(ActivationContext) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstance(Type) : object
Create an instance of a Type, provided that it has a constructor that takes no parameters.
static
CreateInstance(AppDomain, string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstance(ActivationContext, string[]) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstance(string, string) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstance(Type, bool) : object
Documentation for this section has not yet been entered.
static
CreateInstance(Type, params object[]) : object
Create an instance of a given Type, providing a list of parameters to pass to the constructor.
static
CreateInstance(AppDomain, string, string) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstance(string, string, object[]) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstance(Type, object[], object[]) : object
Documentation for this section has not yet been entered.
static
CreateInstance(Type, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo) : object
Documentation for this section has not yet been entered.
static
CreateInstance(Type, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[]) : object
Documentation for this section has not yet been entered.
static
CreateInstance(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstance<T>() : T
Documentation for this section has not yet been entered.
static
CreateInstanceFrom(AppDomain, string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstanceFrom(string, string) : System.Runtime.Remoting.ObjectHandle
Create a Type and instantiate it.
static
CreateInstanceFrom(AppDomain, string, string) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstanceFrom(string, string, object[]) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateInstanceFrom(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
GetObject(Type, string) : object
Documentation for this section has not yet been entered.
static
GetObject(Type, string, object) : object
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._Activator.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Activator.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Activator.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Activator.InvokeDocumentation for this section has not yet been entered.