2 // Microsoft (R) .NET Framework IL Disassembler. Version 1.0.3705.0
\r\r
3 // Copyright (C) Microsoft Corporation 1998-2001. All rights reserved.
\r\r
5 .assembly extern mscorlib
\r\r
7 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
\r\r
10 .assembly 'qt-instance'
\r\r
12 // --- The following custom attribute is added automatically, do not uncomment -------
\r\r
13 // .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(bool,
\r\r
14 // bool) = ( 01 00 00 01 00 00 )
\r\r
15 .hash algorithm 0x00008004
\r\r
18 .module 'qt-instance.exe'
\r\r
19 // MVID: {187EE85D-D172-46C8-B3FC-38A5DA20CC99}
\r\r
20 .imagebase 0x00400000
\r\r
21 .subsystem 0x00000003
\r\r
22 .file alignment 512
\r\r
23 .corflags 0x00000001
\r\r
24 // Image base: 0x00a70000
\r\r
26 // ============== CLASS STRUCTURE DECLARATION ==================
\r\r
28 .class private sequential ansi sealed beforefieldinit QNull
\r\r
29 extends [mscorlib]System.ValueType
\r\r
31 } // end of class QNull
\r\r
33 .class public auto ansi beforefieldinit Testing
\r\r
34 extends [mscorlib]System.Object
\r\r
36 } // end of class Testing
\r\r
39 // =============================================================
\r\r
42 // =============== GLOBAL FIELDS AND METHODS ===================
\r\r
45 // =============================================================
\r\r
48 // =============== CLASS MEMBERS DECLARATION ===================
\r\r
49 // note that class flags, 'extends' and 'implements' clauses
\r\r
50 // are provided here for information only
\r\r
52 .class private sequential ansi sealed beforefieldinit QNull
\r\r
53 extends [mscorlib]System.ValueType
\r\r
57 .field private static valuetype QNull 'instance'
\r\r
58 .method assembly hidebysig specialname static
\r\r
59 valuetype QNull get_Instance() cil managed
\r\r
61 // Code size 10 (0xa)
\r\r
63 .locals init (valuetype QNull V_0)
\r\r
64 IL_0000: ldsfld valuetype QNull QNull::'instance'
\r\r
66 IL_0006: br.s IL_0008
\r\r
70 } // end of method QNull::get_Instance
\r\r
72 .property valuetype QNull Instance()
\r\r
74 .get valuetype QNull QNull::get_Instance()
\r\r
75 } // end of property QNull::Instance
\r\r
76 } // end of class QNull
\r\r
78 .class public auto ansi beforefieldinit Testing
\r\r
79 extends [mscorlib]System.Object
\r\r
81 .method public hidebysig static void Main() cil managed
\r\r
84 // Code size 12 (0xc)
\r\r
86 .locals init (object V_0)
\r\r
87 IL_0000: call valuetype QNull QNull::get_Instance()
\r\r
88 IL_0005: box QNull
\r\r
91 } // end of method Testing::Main
\r\r
93 .method public hidebysig specialname rtspecialname
\r\r
94 instance void .ctor() cil managed
\r\r
96 // Code size 7 (0x7)
\r\r
99 IL_0001: call instance void [mscorlib]System.Object::.ctor()
\r\r
101 } // end of method Testing::.ctor
\r\r
103 } // end of class Testing
\r\r
106 // =============================================================
\r\r
108 //*********** DISASSEMBLY COMPLETE ***********************
\r\r