// Microsoft (R) .NET Framework IL Disassembler. Version 2.0.50727.42 // Copyright (c) Microsoft Corporation. All rights reserved. // Metadata version: v2.0.50727 .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 2:0:0:0 } .assembly round { .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 ) .custom instance void [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = ( 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows. .hash algorithm 0x00008004 .ver 0:0:0:0 } .module round.exe // MVID: {60DF151C-C93F-4545-B529-4D0A4067FFA5} .imagebase 0x00400000 .file alignment 0x00000200 .stackreserve 0x00100000 .subsystem 0x0003 // WINDOWS_CUI .corflags 0x00000001 // ILONLY // Image base: 0x00EE0000 // =============== CLASS MEMBERS DECLARATION =================== .class private auto ansi beforefieldinit App extends [mscorlib]System.Object { .method private hidebysig static void Main() cil managed { .entrypoint // Code size 56 (0x38) .maxstack 3 .locals init (class [mscorlib]System.Reflection.MethodInfo V_0, class [mscorlib]System.Reflection.MethodBody V_1) IL_0000: nop IL_0001: ldtoken App IL_0006: call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) IL_000b: ldstr "Method" IL_0010: ldc.i4.s 40 IL_0012: call instance class [mscorlib]System.Reflection.MethodInfo [mscorlib]System.Type::GetMethod(string, valuetype [mscorlib]System.Reflection.BindingFlags) IL_0017: stloc.0 IL_0018: ldloc.0 IL_0019: callvirt instance class [mscorlib]System.Reflection.MethodBody [mscorlib]System.Reflection.MethodBase::GetMethodBody() IL_001e: stloc.1 IL_001f: ldstr "Method has {0} bytes of opcodes" IL_0024: ldloc.1 IL_0025: callvirt instance uint8[] [mscorlib]System.Reflection.MethodBody::GetILAsByteArray() IL_002a: ldlen IL_002b: conv.i4 IL_002c: box [mscorlib]System.Int32 IL_0031: call void [mscorlib]System.Console::WriteLine(string, object) IL_0036: nop IL_0037: ret } // end of method App::Main .method private hidebysig static void Method() cil managed { // Code size 13 (0xd) .maxstack 8 IL_0000: nop IL_0001: ldstr "Called Method" IL_0006: call void [mscorlib]System.Console::WriteLine(string) IL_000b: nop IL_000c: ret } // end of method App::Method .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { // Code size 7 (0x7) .maxstack 8 IL_0000: ldarg.0 IL_0001: call instance void [mscorlib]System.Object::.ctor() IL_0006: ret } // end of method App::.ctor } // end of class App // ============================================================= // *********** DISASSEMBLY COMPLETE ***********************