Search code examples
Hiding public members of an interface in IL...


c#il

Read More
Why x86 JIT is smarter than x64?...


c#.netassemblyil.net-4.5.2

Read More
Dump a process memory to file / recreate process from dump file...


c#c++assemblyilunsafe

Read More
Why is a TypeBuilder generated generic methodinfo not a generic method?...


c#cilreflection.emitil

Read More
"unmanaged" generic parameter constraint in IL...


reflectionf#cilil

Read More
Why does LambdaExpression.Compile() work on iOS (Xamarin)?...


iosxamarinil

Read More
Is there any way to retrieve the compiler-generated code from the .NET assembly in a readable form?...


c#.netilreflectorildasm

Read More
How to detect source code changes in async method body...


c#async-awaitilmono.cecil

Read More
Compile Time: How can I check if a datatype (and or value) is being used within a method...


c#compilationpostsharpilvisual-studio-2015

Read More
Is there a way to view the generated IL code of a DynamicMethod (in Sigil)?...


c#ilemitdynamicmethodilgenerator

Read More
Generating IL for Nullable<T> serialization?...


c#nullablereflection.emitilconversion-operator

Read More
Convert exe file to IL (Intermediate Language)...


il

Read More
Why ILGenerator inserts Leave instruction into Foreach statement...


c#cilreflection.emitililgenerator

Read More
Stackoverflow doing boxing in C#...


c#stack-overflowil

Read More
Generating code for method call. Generated C# code shows more declared local variables then there ac...


c#reflection.emitililspy

Read More
peverify: Method is not visible?...


c#ilpeverify

Read More
Invalid IL program, what am I doing wrong? (simple if-else code)...


c#il

Read More
Explicit constructor call in C#...


c#.netinheritancereflectionil

Read More
Why the generated IL code for a pointer and ref is same but signatures are different?...


c#pointersilref

Read More
Boxing of user-defined value types...


c#.netilvalue-type

Read More
System.Reflection.Emit::DynamicMethod: Is there a tool to have IL code generated from existing assem...


.netreflection.emitildynamicmethod

Read More
When to start using IL over higher languages...


c#.netil

Read More
impact of bypassing variables...


c#performancejitil

Read More
understand MSIL of try catch finally...


c#cilil

Read More
What is the meaning of -2 in this IL instruction?...


c#cililintermediate-language

Read More
Does Debug.Assert generate IL in release mode?...


c#.netil

Read More
One loop or two? (how to read the IL)...


c#linqloopsforeachil

Read More
msil ".maxstack 1" pushes more than 1 value...


.netcilil

Read More
TypedReference to ref T throws BadImageFormatException...


c#iltypedreference

Read More
Methodnames in Output-Assembly...


c#.netvisual-studioc#-4.0il

Read More
BackNext