Silverlight can only recognize its v2.0.5.0 assemblies. The way to consume .NET 2.x/3.x assemblies in Silverlighttruly exists. If I want to call, such as the method of Jsonclass provided by System.Run
I am writing a special-purpose mini-compiler and I often view disassembled CIL to figure out how to do things. But it\'s often not obvious how to translate the disassembled code to Reflection.Emit cal
I have some set of assemblies. I have disassemble those assemblies using the ISDASM.exe and change the namespace in the IL code and again compile those IL code using the ISASM.exe to get the assemblie
What is the syntax for defining an array literal in CIL for the purposes of decorating a member with a custom attribute?
I\'ve done much reading and experimentation today regarding sigining of assemblies, and their installation into the GAC via various methods (mscorcfg.msc / drag and drop).
I have a aspx webpage which uses an assembly mine (which mades a custom authentification). I would like to modify MSIL code (so just with ILDASM/ILASM tools开发者_开发技巧) of my assembly in order to
I am trying to modificate an assembly (mine) just by ildassembling it and by modifying the MSIL code.
I\'ve known about the jmp instruction for awhile, but it never struck me as being even remotely unsafe. I recently had cause to check the CIL specs and was very surprised to discover jm开发者_运维技巧
What is a good program to get a nice, human rea开发者_C百科dable form of the CLI of a portable executable file? I don\'t want a full disassembler because I\'d like to learn how they work (or, in my ca
Normally, when I want to call a dynamic method in another ILGenerator object that is writing a method on the same type I do the following :