Search code examples
I tried to modify the IL of the System.String.Concat method through the ICorProfilerCallback interfa...


c#c++asp.net-core.net-corecil

Read More
Is there a way to use IronPython objects and functions (compiled into an assembly) from C# code?...


c#ironpython.net-assemblycilcls-compliant

Read More
How is the C# Stack accessed by the CLR?...


c#clrheap-memorycilstack-memory

Read More
Calling instance method on a null reference in IL...


c#nullcil

Read More
Why do .NET Core and .NET 5 generate an executable?...


.net.net-corecil.net-5

Read More
How do you export a method in a CIL DLL so that a native program can call it?...


.netpinvokecil

Read More
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 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
BackNext