I use the general Lokad libraries, which in turn are dependent on Mono.Cecil.
I am a bit confused about what the following properties mean (they are related to the internal components of .NET and therefore have equivalent internal components of .NET):
- PackingSize (they refer to types, as in TypeDefinition).
- Mvid (in ModuleDefinition).
- ExplicitThis (something related to this keyword that I know, but in MethodDefinition).
- CallingConvention.
- GetSentinel (a method that returns an int in a MethodReference).
- RVA
- Semantics Attribute.
- IsHideBySig.
Any idea what they mean / do?
dotnetdev
source share