如何用 C# 在執行階段建立新的 Class instance
by GDX on 一月.24, 2010, under 心情日記
利用 Class name
Type type = Type.GetType(className);
Object obj = Activator.CreateInstance(type);
Activator.CreateInstance 提供了許多多載方法
詳見 MSDN 參考資料
by GDX on 一月.24, 2010, under 心情日記
利用 Class name
Type type = Type.GetType(className);
Object obj = Activator.CreateInstance(type);
Activator.CreateInstance 提供了許多多載方法
詳見 MSDN 參考資料
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
A few highly recommended friends...