Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CS0229-3-lib.il « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48b86e5eaab270eb6e97d08723675db6c441c21a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.assembly extern mscorlib {}
.assembly 'CS0229-3-lib' {}
.module 'CS0229-3-lib.dll'
.imagebase 0x00400000
.subsystem 0x00000003
.file alignment 512
.corflags 0x00000001

.class public auto ansi beforefieldinit TestLib
       extends [mscorlib]System.Object
{
  .field static public int32 FOO

  .method public hidebysig specialname static int32
          get_FOO() cil managed
  {
    ldsfld      int32 TestLib::FOO
    ret
  }

  .property int32 FOO()
  {
    .get int32 TestLib::get_FOO()
  }
}