source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/dotnet/example2.il@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 857 bytes
Line 
1
2.class public auto ansi beforefieldinit Example2
3 extends [mscorlib]System.Object
4{
5} // end of class Example2
6
7// =============== CLASS MEMBERS DECLARATION ===================
8// note that class flags, 'extends' and 'implements' clauses
9// are provided here for information only
10
11.class public auto ansi beforefieldinit Example2
12 extends [mscorlib]System.Object
13{
14 .field public int32 some_variable
15 .method public hidebysig specialname rtspecialname
16 instance void .ctor() cil managed
17 {
18 // Code size 14 (0xe)
19 .maxstack 2
20 IL_0000: ldarg.0
21 IL_0001: ldc.i4.3
22 IL_0002: stfld int32 Example2::some_variable
23 IL_0007: ldarg.0
24 IL_0008: call instance void [mscorlib]System.Object::.ctor()
25 IL_000d: ret
26 } // end of method Example2::.ctor
27
28} // end of class Example2
29
30
31
Note: See TracBrowser for help on using the repository browser.