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
Post a Comment