Mono Class Library: System Namespace

System.Activator Class

This lets you create instances of an object given the Type of that object. [Edit]

See Also: Activator Members

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComDefaultInterface(typeof(System.Runtime.InteropServices._Activator))]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class Activator : System.Runtime.InteropServices._Activator

Remarks

To use this do:
C# Example
    Form f = (Form) Activator.CreateInstance (typeof (Form));
  
[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0