OpCodes.Ldelem_Ref

Loads the element containing an object reference at a specified array index onto the top of the evaluation stack as type O(object reference).

The stack transitional behavior,in sequential order,is:

1,An object reference array is pushed onto the stack;

2,An index value index is pushed onto the stack;

3,index and array are popped from the stack.The value stored at position index in array is looked up.

4,The value is pushed onto the stack.

posted @ 2012-04-17 14:48  szjdw  阅读(282)  评论(0编辑  收藏  举报