Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 545 Bytes

vi.c.4.10-instructions-that-take-a-type-as-an-argument.md

File metadata and controls

30 lines (25 loc) · 545 Bytes

VI.C.4.10 Instructions that take a type as an argument

These instructions reference a type.

<instr> ::=
<instr_type> <typeSpec>
<instr_type> ::= Derived from opcode.def
box
| castclass
| cpobj
| initobj
| isinst
| ldelema
| ldobj
| mkrefany
| newarr
| refanyval
| sizeof
| stobj
| unbox

Examples:

initobj [mscorlib]System.Console
sizeof class X