List Question
20 TechQA 2024-03-28T13:29:08.110000Boxing System.RuntimeArgumentHandle
34 views
Asked by Artem Razin
Where and how are IL opcodes implemented in the .NET runtime source code
67 views
Asked by tinmanjk
.NET reflection emit - what am I doing wrong in writing this method in MSIL?
67 views
Asked by user2173353
View Intermediate Language code in Visual Studio
348 views
Asked by Divan
How to parse a method invocation in IL bytes?
66 views
Asked by ChrisW
How are memory allocations handled in "bytecode based" languages?
45 views
Asked by Statistik
Using Harmony to patch the real content of an async method for a Unity game
477 views
Asked by redassser
Undefined behavior when trying to Memory.Slice using il.Emit
81 views
Asked by Jakob Tinhofer
How to emit IL for ref locals using ILGenerator?
64 views
Asked by Jonas
CIL code parses "15" into 15,000000000000004
78 views
Asked by Nathan Ikazuyir
CIL shows `box` ops when the generic type is constrained to a class
48 views
Asked by IamIC
Is the C# compiler able to optimize a statement like someEnumerable.Count() < 2?
110 views
Asked by Ted Nyberg
Why is there a `.constrained` opcode preceeding the `call` opcode when calling an abstract static function?
162 views
Asked by Tacodiva
C# find what the last interacted with instance in the call stack is
71 views
Asked by Jakob Tinhofer
Insert method call into setter causes Invalid IL code
72 views
Asked by Sebastian Barth
Lots of unused __methodrefs in decompiled C# code
109 views
Asked by Joel Croteau
ILWeaving help - [ValidSystemPath] attribute
113 views
Asked by Dom
AIFFault object does not have method 'new' - problem when posting packing slip
79 views
Asked by LaSTeR
How to detect boxing in IL?
197 views
Asked by Boppity Bop
How to compile CIL code (intermediate code used on .NET) using ilasm for Linux and OSX?
191 views
Asked by Gabriel Frigo