1 // Compiler options: -r:$REF_DIR/Mono.Cecil.dll
18 public static int Main ()
20 var assembly
= AssemblyDefinition
.ReadAssembly (typeof (Test
).Assembly
.Location
);
21 var t
= assembly
.MainModule
.GetType ("Test");
22 foreach (var p
in t
.Properties
)