Search code examples
Wrap IL into an assembly written on disk in C# / .NET Core?...

c#.net-corecilpeverify

Read More
Do I need to write my own unmanaged IL library to rewrite IL with the CLR Profiling API?...

.netprofilingcilrewritingclr-profiling-api

Read More
Is there a tool to select some code in Visual Studio and have it show the corresponding MSIL?...

c#.netvisual-studiocil

Read More
C#/CIL: type of native int...

c#cil

Read More
Building a debugger for my custom .NET language...

debuggingf#lispcil

Read More
in char translates to char*, but does out char translate to char*?...

c#.netcil

Read More
Calling LINQ with predicate expression through ILGenerator...

c#linqcil

Read More
Simultaneously debug through intermediate language (IL) and C# in Visual Studio...

c#visual-studio-2010debuggingcil

Read More
Mono.Cecil - How can I found out PInvoke DLL name?...

cilmono.cecil

Read More
How to get TypeDef from TypeSpec...

c#.netmetadataclrcil

Read More
Understanding CIL & the workings of ldelem.ref...

.net.net-assemblydisassemblycil

Read More
How can I use Cecil to find the type passed to a generic method?...

c#cilmono.cecil

Read More
Member is declared in another module and needs to be imported...

c#reflectioncilmono.cecil

Read More
Clarification of IL generated code referenced to strings...

c#.netcil

Read More
Replace method's Body with Body of another method using Mono.Cecil?...

c#reflectioncilreflection.emitmono.cecil

Read More
Do C# properties always have backup fields "behind the scene"?...

c#propertiescil

Read More
How to tell from a CIL instruction whether a field is read or written to?...

c#monocilmono.cecil

Read More
C# emit call to generic method...

c#genericscilreflection.emit

Read More
Why is my C++ ATL project linking in a CIL library?...

c++visual-c++visual-studio-2013mfccil

Read More
IL code to call method with out parameter...

c#cilemitout-parametersilgenerator

Read More
F# Breakable Array Iteration With Bounds Checking Elided?...

arraysperformancef#breakcil

Read More
What does Array.Clear actually do under the covers?...

c#.netexceptionclrcil

Read More
Can a LocalVarSig have multiple constraint attributes?...

cililasm

Read More
How to reinitialize an object in C# at the same memory location in terms of C++ (or is it done autom...

c#c++memory-managementcil

Read More
CLI calli on x64 calling convention...

c#.netcilcalling-convention

Read More
What are the naming rules for CIL Classes and Methods...

c#.netnamingcil

Read More
Why is IL.Emit method adding additional nop instructions?...

c#cilreflection.emitilgenerator

Read More
Why can't the compiler optimize closure variable by inlining?...

c#closurescompiler-optimizationcil

Read More
Create a class to implement interface (like a proxy class) at runtime...

c#.netproxyruntimecil

Read More
View CIL of C# code on Linux with mono...

c#linuxmonocil

Read More
BackNext