Comparing sensitive data, confidential files or internal emails?

Most legal and privacy policies prohibit uploading sensitive data online. Diffchecker Desktop ensures your confidential information never leaves your computer. Work offline and compare documents securely.

Untitled diff

Created Diff never expires
9 removals
33 lines
11 additions
34 lines
.class public auto ansi beforefieldinit WhatIWantToWrite
.class public auto ansi beforefieldinit WhatIWantToGet
extends [System.Runtime]System.Object
extends [System.Runtime]System.Object
{
{
// Methods
// Methods
.method public hidebysig static
.method public hidebysig static
void Main (
void ProperMain (
string[] args
string[] args
) cil managed
) cil managed
{
{
// Method begins at RVA 0x2050
// Method begins at RVA 0x2064
// Code size 11 (0xb)
// Code size 21 (0x15)
.maxstack 8
.maxstack 8
.entrypoint


IL_0000: ldstr "This I wrote"
IL_0000: ldstr "This I wrote"
IL_0005: call void [System.Console]System.Console::WriteLine(string)
IL_0005: call void [System.Console]System.Console::WriteLine(string)
IL_000a: ret
IL_000a: ldstr "This I wove"
} // end of method WhatIWantToWrite::Main
IL_000f: call void [System.Console]System.Console::WriteLine(string)
IL_0014: ret
} // end of method WhatIWantToGet::ProperMain


.method public hidebysig specialname rtspecialname
.method public hidebysig specialname rtspecialname
instance void .ctor () cil managed
instance void .ctor () cil managed
{
{
// Method begins at RVA 0x205c
// Method begins at RVA 0x207a
// Code size 7 (0x7)
// Code size 7 (0x7)
.maxstack 8
.maxstack 8


IL_0000: ldarg.0
IL_0000: ldarg.0
IL_0001: call instance void [System.Runtime]System.Object::.ctor()
IL_0001: call instance void [System.Runtime]System.Object::.ctor()
IL_0006: ret
IL_0006: ret
} // end of method WhatIWantToWrite::.ctor
} // end of method WhatIWantToGet::.ctor


} // end of class WhatIWantToWrite
} // end of class WhatIWantToGet