.NET Framework Class List
-
I am trying to find all the classes in .net framework that has a particulart attribute. Is that possible? I know it can be done but i just need a starting point if someone can help me out. Also, Is there a way to list all the classes in .NET Framework? Thanks.
-
I am trying to find all the classes in .net framework that has a particulart attribute. Is that possible? I know it can be done but i just need a starting point if someone can help me out. Also, Is there a way to list all the classes in .NET Framework? Thanks.
Sure. You'll need to load all assemblies in the .NET framework using
Assembly.LoadFile
, then callGetTypes
on the resulting assemblies. For each type in each assembly, callGetCustomAttributes
method.Tech, life, family, faith: Give me a visit. I'm currently blogging about: Roman Catholic Relevance? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango