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" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -