COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
harshil oh
1.6k
3
5.7k
declare Genric type via reflection
Sep 20 2010 7:18 AM
hi,
i like to know about how to instantiate generic object with reflection
pls find my example,
I want to create an Object of "hello" with generic type "ClassABC"
//want to Create hello object,with generic type will declare at run time only
public void DoHello(String ClassName)
{
Type TypeClassABC= Type.GetType(ClassName);
hello _hello= new hello<TypeClassABC>();
}
But get a build error:
the type or namespace "TypeClassABC" could not be found,
Reply
Answers (
3
)
disabling popup blocker using javascript
Which microsoft certification I should go for?
"