I try to read the SecurityAttributes from an assembly and it work fine when the class and method attributes do not have parameters.
This works fine: [EnvironmentPermission(SecurityAction.Demand)] But this do not show up: [EnvironmentPermission(SecurityAction.Demand, Unrestricted=true)] I have tried other SecurityAttributes and with the same problem. I'm using the 0.6 version. --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
