Create a class at runtime with methods
Posted
by Robert
on Stack Overflow
See other posts from Stack Overflow
or by Robert
Published on 2010-05-10T03:20:00Z
Indexed on
2010/05/10
3:28 UTC
Read the original article
Hit count: 183
c#
I have a list of class names and methods that can only be read during runtime. Is it possible to create a class dynamically like that? I'm currently using C# 4.0.
© Stack Overflow or respective owner