1 .assembly extern mscorlib
7 .hash algorithm 0x00008004
11 .class private auto ansi beforefieldinit X
12 extends [mscorlib]System.Object
15 .method public hidebysig specialname rtspecialname
16 instance default void .ctor() cil managed
21 call instance void valuetype [mscorlib]System.Object::.ctor()
25 .method private static
26 default int32 foo() cil managed
33 box [mscorlib]System.Int32
37 callvirt instance bool valuetype [mscorlib]System.Object::Equals(object)
43 .method private static
44 default int32 Main() cil managed
49 ldftn instance bool [mscorlib]System.Int32::Equals(object)
51 call int32 class X::foo()