Search code examples
What's the point of MethodImplOptions.InternalCall?...


.netclrcilframework-design

Read More
Predicate member referencing...


c#reflectionmetadatacil

Read More
Some metadata tokens for local variable types invalid after rewrite with dnlib...


.netmetadataclrcildnlib

Read More
CIL: "Operation could destabilize the runtime" exception...


c#silverlightclrpostsharpcil

Read More
CIL instruction "isinst [System.Runtime]System.Int32" for value 0 (int32) - what will retu...


c#cilmono.cecil

Read More
dnLib-Generated Assembly - TypeLoadException Thrown at Runtime...


c#cildnlib

Read More
How can I write and compile MSIL or CIL into an executable?...


c#clrbytecodecillow-level

Read More
How are the call stack and the evaluation stack related?...


c#.netvb.netcilcallstack

Read More
Why is there an F# Runtime being installed with Visual Studio 2010?...


.netf#cil

Read More
Skip visibility checks for dynamically generated methods without DynamicMethod...


c#cilcode-access-securityilgenerator

Read More
What is the difference between ldc.i4.s and ldc.i4?...


c#.netcilil

Read More
How to use "&" in CIL .data-declarations...


.net-corecompiler-constructioncil

Read More
How to prevent the compiler from generating comparison instead of branching instructions?...


c#bytecodecilopcode

Read More
C# Checking if object is Span<T>...


c#.net.net-coreclrcil

Read More
Empty if-block not optimized away?...


c#optimizationjitcil

Read More
I want to use Mono. Cecil to create a delegate, but I don't know how to get its constructor...


c#cilmono.cecil

Read More
How can I call a method outside the executing assembly in MSIL?...


c#hookclrjitcil

Read More
Understanding how ldstr gets string literal...


c#cil

Read More
What modifications postsharp bring to the cilof my method that prevent me from editing the cil code?...


c#clrjitcilpostsharp

Read More
Adding a call to a method before a STFLD causes an InvalidProgramException...


c#jitcil

Read More
get 'ldftn' function pointer in C#...


c#.netclrfunction-pointerscil

Read More
InvalidProgramException: Invalid IL code in (wrapper dynamic-method) object:GetField (): IL_0000: re...


c#cil

Read More
Why is it loading both ldarg.0 and ldarg.1 when there are only 1 argument?...


.net-assemblycil

Read More
Calling a method through CIL DynamicMethod...


c#cil

Read More
IL method to pin a ref T value as void* (to work on Span<T> from parallel code)...


c#.netvisual-studiocilc#-7.2

Read More
How to get .net managed method pointer by "MethodName" that can be called on native code...


c#reflectioninteropclrcil

Read More
Retrieving a delegate type using custom types from an assembly that is currently being built...


f#delegatessystem.reflectioncil

Read More
ConstructorInfo of a function/delegate in F#...


f#system.reflectioncil

Read More
Is there a way to run ILASM from F# code?...


f#nunitcililasm

Read More
How in CIL (MSIL) "call instance void valuetype [..type]" return or save value? (Common In...


c#cilmono.cecil

Read More
BackNext