Hy,
> Is there a way to get all of the properties for a TypeDefinition, base > class(es) included (i.e. all the way up to the root)? I looked at > DeclaringType but that gives me a TypeReference which doesn't have > Properties on it. > I don't think this is possible in Cecil. You have to browse all the parent types manually. Remember that the parent type can be in another assembly. --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
