开发者

C#.NET: How do I create a new instance of a class based solely on a "Type" object?

Example:

public static System.Object CreateInstance ( System.Type t )
{
    // return t.<CreateNe开发者_如何学CwObject>;
}


You want Activator.CreateInstance(t)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜