1 .assembly extern mscorlib
5 .assembly 'test-com-03-lib'
7 .hash algorithm 0x00008004
11 .module 'test-com-03-lib.dll'
13 // Import flag enables more magic
15 .class interface public auto ansi import C
17 .method public hidebysig newslot specialname virtual abstract
19 get_Value([opt] object a) runtime managed preservesig internalcall
23 .property object Value(object)
25 .get instance object C::get_Value(object)
28 .method public hidebysig newslot specialname virtual abstract
30 set_Value2([opt] object a, [opt] object b) runtime managed preservesig internalcall
34 .property object Value2(object)
36 .set instance void C::set_Value2(object, object)