Search code examples
C#: writing MSIL to add a preprocessor directive...


c#reflectionc-preprocessorcompiler-warningscil

Read More
Add objects to list in loop in IL Emit - Common Language Runtime detected an invalid program...


c#reflectioncil

Read More
looking for a code list for cil , as in what does 16, 17, 18 , 19 , 02 do...


cil

Read More
Microsoft intermediate language code [MSIL] for array passing and return...


c#cil

Read More
IL comments with cecil...


cilmono.cecil

Read More
How do JIT interpreters handle variable names?...


bytecodeinterpreterjitcil

Read More
Mono.Cecil: create local variable and change return statement...


c#monocilmono.cecil

Read More
Pass parameters to the constructor in Method Decorator Fody...


c#aopcilfody

Read More
Why does the IL set this value twice?...


c#roslyncilc#-6.0

Read More
How to use CIL instruction conv.r4...


.netcil

Read More
MSIL - how opcode conv.ovf.u8.un work?...


c#cil

Read More
Is there an API for verifying the MSIL of a dynamic assembly at runtime?...


c#.netf#cilpeverify

Read More
Do method names get compiled into the EXE?...


c#methodsperformanceobfuscationcil

Read More
The curiosity of the let_ property method...


.netcil

Read More
How to reference another assembly file and call from it...


c#cilmono.cecil

Read More
Why is GetHashCode() method compiled differently for DateTime compared to other structs?...


c#.netcil

Read More
NullReferenceException vs. MSIL...


c#windows-phone.net-assemblycil

Read More
What risks exist if I work in a C# shop and attempt to write F# just to rely on ILSpy for conversion...


f#inlinecildecompilerilspy

Read More
How does C# handle calling an interface method on a struct?...


c#.netstructinterfacecil

Read More
Simple Add method produces too much IL code...


c#cil

Read More
Can I use OpCodes.Ldsfld without using FieldInfo?...


c#cililgenerator

Read More
Memory allocation for enumerated types in .NET...


c#.netcilgac-msil

Read More
How optimized is the C# compiler?...


c#.netoptimizationcompiler-optimizationcil

Read More
Is it possible to indirectly load a value type on the stack...


cilreflection.emit

Read More
How does the CLR know if a static field has already been initialized?...


c#.netclrcilstatic-initialization

Read More
Using "union struct" to avoid cast/box/unbox...


c#jitcil

Read More
CompileToMethod cannot compile constant '<some value>' because it is a non-trivial val...


c#linqexpressionexpression-treescil

Read More
What is the purpose of the extra ldnull and tail. in F# implementation vs C#?...


c#f#tail-recursionciltail-call-optimization

Read More
What is the "<Module>" type?...


.net.net-assemblycilmono.cecil

Read More
How to detect which .NET language is calling my code...


.netreflectioncil

Read More
BackNext