many questions are close, but no one answers my problem ...
How to use reflection in C # 3.5 to get all classes static from assembly. I have already defined all types, but there is no IsStatic property. Counting 0 constructors is very slow and doesn't work.
Any hints or line of code? :-)
Chris
reflection c # static
Christian ruppert
source share