I am using Lokad shared libraries, which in turn depends on Mono.Cecil.
I am a little confused what the following properties mean (they are to do with .NET internals and thus have equivalent .NET internals):
- PackingSize (they are to do with types as it is in TypeDefinition).
- Mvid (in ModuleDefinition).
- ExplicitThis (something to do with the this keyword I know, but in MethodDefinition).
- CallingConvention.
- GetSentinel (a method which returns int in MethodReference).
- RVA.
- SemanticsAttribute.
- IsHideBySig.
Any idea what these mean/do?