I just noticed before that Cecil returns different numbers for unmanaged
C++, these numbers are not in ECMA-335.
I have created an enum in my own code with these additional numbers, however
I don't have any idea what they mean, does anyone know where I could find
out these undocumented details?
Thanks
[Flags]
public enum RuntimeImage : uint
{
Unmanaged = 0x0000000,
ILOnly = 0x0000001,
F32BitsRequired = 0x0000002,
StrongNameSigned = 0x0000008,
Unmanaged2 = 0x0000016,
TrackDebugData = 0x00010000,
}
--
Jono
--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---