Wednesday, 21 August 2013

How to get Type of class by file full name

How to get Type of class by file full name

example :
Type tyb=Type.GetType("C:/Document/myproject/project/Class1.cs");
Can I do thing like this.

No comments:

Post a Comment