Tag: CSharp/メタプログラミング
typeof(クラス)で取得できる。
typeof(Window)
Activator.CreateInstance(type)で可能。
Object o = Activator.CreateInstance(t);