ILASM - #define and .typedef(community.bartdesmet.net)
submitted by
bdesmet(290) 5 years, 5 months ago
Two little-known features of ILASM (the IL assembler for .NET) are #define and .typedef which can reduce typing significantly, just as these do in a classic programming language. Often people do "round-tripping", i.e. they write an application in C#, ildasm it, make some slight modification, and ilasm it again. Now, in such a cycle you won't see all of the features of IL, such as #define and .typedef. So, if you're interested in IL, read on. read more...
|category: CLR
|Views: 13
tags:
#define ILASM another
Everyones tags:
Your Tags: