Hi,

I'm using Mono.cecil v0.6 to read assemblies. I wanted to get all the
embedded resources used by an assembly ( similar to the resources
folder created by Reflector).
I use the following code ( after reading some posts by JbEvain about
manifest resources)


        For Each modl As Mono.Cecil.ModuleDefinition In <assembly
definition>.Modules
            For Each res As Mono.Cecil.EmbeddedResource In
modl.Resources
                < ???>
            Next
        Next

I know that I can get the name of the resource file. But how will I
know what it contains - all the resource string and all that.

Any help would be much appreciated. TIA.

Kid,


--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to