1 .assembly extern mscorlib
4 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
8 .hash algorithm 0x00008004
11 .module 'vt-sync.exe' // GUID = {92777FC4-E766-42CE-B02F-DFA9AF516D3E}
14 .class private auto ansi beforefieldinit T
15 extends [mscorlib]System.Object
19 .method public hidebysig specialname rtspecialname
20 instance default void .ctor () cil managed
22 // Method begins at RVA 0x20ec
26 IL_0001: call instance void object::.ctor()
28 } // end of method T::.ctor
31 .method public static hidebysig
32 default int32 test () cil managed
34 // Method begins at RVA 0x20f4
35 // Code size 18 (0x12)
43 IL_000a: call instance int32 valuetype Test::test()
47 } // end of method T::test
50 .method public static hidebysig
51 default int32 Main (string[] args) cil managed
53 // Method begins at RVA 0x2114
55 // Code size 28 (0x1c)
60 IL_0000: call int32 class T::test()
62 IL_0006: leave IL_0018
65 catch [mscorlib]System.TypeLoadException { // 0
69 IL_000e: leave IL_001a
71 IL_0013: leave IL_0018
78 } // end of method T::Main
82 .class private sequential ansi sealed beforefieldinit Test
83 extends [mscorlib]System.ValueType
85 .field private unsigned int8 $PRIVATE$
88 .method public hidebysig
89 instance default int32 test () cil managed synchronized
91 // Method begins at RVA 0x2158
96 } // end of method Test::test
98 } // end of class Test