class - C#. Check if Type is .NET Framework, not my own type -


im using reflection check attributes of methods.

going deeper , deeper using reflection , checking classes inheritance.

i need stop when class .net framework, not own.

how can check ?

thx

i guess should move to:

exception.gettype().assembly.getcustomattributes(typeof(assemblycompanyattribute), false); 

and investigate retrieved attribute value


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -