a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
26 lines
497 B
Plaintext
26 lines
497 B
Plaintext
.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()
|
|
}
|
|
}
|