Tag: CSharp/メタプログラミング

目次

参考情報

Type

typeofで取得

typeof(クラス)で取得できる。

typeof(Window)

オブジェクトを生成

Activator.CreateInstance(type)で可能。

Object o = Activator.CreateInstance(t);

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS