Search code examples
Why Is the .MaxStack Directive Optional in MSIL Code?...


.netcil

Read More
Turning off JIT, and controlling codeflow in MSIL (own VM)...


c#interpreterjitcil

Read More
Correct me if I am wrong about some terms (mfc, win32, in vc++...


winapivisual-c++cilbase-class-library

Read More
.Net equivalent of the x86 ASM command XADD...


.netmultithreadingsynchronizationcil

Read More
How to translate "default(SomeType)" from C# to CIL?...


c#defaultcil

Read More
Is this the right definition of an Assembly?...


.netmetadatamanifestcil.net-assembly

Read More
Why does callvirt IL instruction cause recursive invocation in virtual methods?...


c#.netcil

Read More
Why does my IL generated Assembly, ilasm.exe called by C#, need UAC?...


c#.netuaccililasm

Read More
Can a .NET assembly be verified independently of any other assemblies it might reference?...


.netcilpeverify

Read More
.NET 4.5 MethodBuilder.SetMethodBody...


.netcilspecifications.net-4.5

Read More
Call a dynamically generated method on a ILGenerator on the same type...


c#.netcilreflection.emitopcodes

Read More
emit IL for basic arithmetic ops...


.netcilreflection.emitil

Read More
ILASM for Compact Framework?...


linqcompact-frameworkcilreflection.emitilasm

Read More
How to add the .entrypoint directive to a method (dynamic assembly)...


.netcilreflection.emit

Read More
Reflection.Emit.ILGenerator Exception Handling "Leave" instruction...


c#cilreflection.emit

Read More
c# ILGenerator nop?...


c#cil

Read More
Calling unmanaged methods from managed code...


c#c++monocilreflection.emit

Read More
Calling code as labels or as functions in CIL?...


cilil

Read More
Why is casting Int32 to Float64 causing the data to change?...


.netcilil

Read More
ILDASM in x64 folder...


.netcilil

Read More
Where can I find a list of escaped characters in MSIL string constants?...


c#.netcil

Read More
Where can I get Mono.Cecil.Pdb.dll?...


monocilmono.cecil

Read More
Are MSIL opcodes atomic?...


.netmultithreadingatomiccil

Read More
CIL and Array Bound Checking...


cil

Read More
Error in CIL. Method not found: '?'...


exceptioncompiler-constructioncil

Read More
Does .NET IL support copy by reference or by value?...


cil

Read More
Why does PEVerify say the CLR is expecting a single dimension array for statically sized arrays?...


.netclrcil

Read More
Ldfld problems under Mac OS X / Mono, probably Mono bug...


c#.netciljint

Read More
Linking a precompiled MSIL file into an assembly?...


.netlinkercil.net-assembly

Read More
Emitting IL to call a Math function...


.netcilil

Read More
BackNext