I need to instatiate a C# type dynamically, using reflection. Here is my scenario: I am writing a base class, which will need to instantiate a certain object as a part of its in
Try Activator.CreateInstance(Type)
Activator.CreateInstance(Type)
http://msdn.microsoft.com/en-us/library/wccyzw83.aspx