¡@

Home 

c# Programming Glossary: system.runtimetype

What's the difference between System.Type and System.RuntimeType in C#?

http://stackoverflow.com/questions/5737840/whats-the-difference-between-system-type-and-system-runtimetype-in-c

the difference between System.Type and System.RuntimeType in C# I was trying to do some convention tests today and getting.. assembly Assembly.GetTypes when I stumbled into something System.RuntimeType First.Namespace.FirstClass Whenever I try to compare that type.. my problem c# reflection share improve this question System.RuntimeType is a concrete class that derives from the abstract base class..