1 .assembly extern mscorlib{}
5 .class private auto ansi test
6 extends [mscorlib]System.Object {
8 .field private static valuetype DataType dataField at theData
10 .method public static int32 start() cil managed {
12 .locals init(native int, unsigned int8)
15 ldsflda valuetype DataType test::dataField
18 //copy 7 to first position
44 .class public explicit ansi sealed DataType
45 extends [mscorlib]System.ValueType
48 .data theData = bytearray (1 2 3 4 5 6 7 8 9 10)