Minggu, 27 Maret 2011

Anatomy of a .NET Assembly - Methods

Any close look at the method definitions in a .NET assembly has to start off with the method's information in the metadata tables - the MethodDef. So lets do that. MethodDefThe MethodDef entry for the entrypoint method in my TinyAssembly example used in previous posts has the following bytes:D0 20 00 00 00 00 91 00 47 00 0A 00 01 00 According to the CLR spec, the row is interpreted as follows:D0

Tidak ada komentar:

Posting Komentar