Search code examples
Check if type TA can cast to type TB at runtime? (Considering something more than inheritance)...


c#.netcil

Read More
How to compile CIL code?...


.netassembliescil

Read More
MSIL instructions that load constants...


c#.net.net-assemblycilil

Read More
Why does `OpCode.Value` have the "wrong" endianness?...


.netendiannesscilreflection.emitopcode

Read More
Does MonoTouch support Module Initializers?...


iosxamarin.ioscilil

Read More
ILGenerator.DeclareLocal() takes a type of a class not yet compiled...


c#compiler-constructioncilreflection.emit

Read More
How do I find all the type dependecies of a given type in any CLR based language assembly?...


c#clrcilmono.cecil

Read More
Are void methods at their most basic faster/less of an overhead than methods that return a value?...


c#.netcilil

Read More
Do I understand this MSIL code correctly?...


c#.netcilililasm

Read More
Can BitConverter be used to reliably extract multi-byte values from an IL byte stream (as returned b...


clrendiannesscilsystem.reflectionbitconverter

Read More
How to make a dynamic method which uses static variables from the same assembly?...


c#.netreflectioncilmono.cecil

Read More
CIL - What is the difference between ldc.i4 33 and ldc.i4.33?...


.netcilopcode

Read More
.NET CIL Code Size...


.netcilcode-size

Read More
Loading an assembly / module into a dynamic assembly...


c#cilreflection.emitdynamic-assemblies

Read More
What are the possible OpCodes for the last instruction of a method?...


c#.netcililopcode

Read More
prevent DynamicMethod VerificationException - operation could destabilize the runtime...


c#cildynamicmethod

Read More
Modifying Existing .NET Assemblies...


.netreflectionassembliesreflection.emitcil

Read More
Displaying the contents of the stack...


.netcil

Read More
Is there a CLR that runs on the CLR?...


.netclrcil

Read More
Iterating through the parameters of the current method...


.netvb.netcil

Read More
Compiler generated sealed class for delegate keyword contains virtual methods...


c#.netdelegatescilil

Read More
Virtual Machine Optimization...


javajvmjitcil

Read More
Why is the CLR's jmp instruction unverifiable?...


c#clrcil

Read More
Why Does The Compiler Add An Unnecessary Local Variable...


c#compiler-constructioncil

Read More
Conditionals in CIL--how to get the next free location to store to?...


c#cilreflection.emitil

Read More
Cant make IL work. "Could destabilize the runtime" error...


.netc#-4.0cil

Read More
Debugging in .NET in Release mode...


.netdebuggingclrcil

Read More
Using the DLR for (primarily) static language compilation...


.netcompiler-constructioncildynamic-language-runtime

Read More
Get generic parameters from a ByReferenceType with Mono.Cecil...


c#.netcililmono.cecil

Read More
Can I emit CIL inside an existing method?...


c#c#-4.0dynamiccil

Read More
BackNext