|
|
|
|
@ -174,7 +174,7 @@
@@ -174,7 +174,7 @@
|
|
|
|
|
new OpCode("unbox.any", "Unbox a value.", |
|
|
|
|
Unary, HasTypeOperand, MemoryAccess, MayThrow, ResultType("type.GetStackType()")), |
|
|
|
|
new OpCode("newobj", "Creates an object instance and calls the constructor.", |
|
|
|
|
CustomClassName("NewObj"), Call, ResultType("O")), |
|
|
|
|
CustomClassName("NewObj"), Call, ResultType("Method.DeclaringType.GetStackType()")), |
|
|
|
|
new OpCode("newarr", "Creates an array instance.", |
|
|
|
|
CustomClassName("NewArr"), HasTypeOperand, CustomArguments("size"), MayThrow, ResultType("O")), |
|
|
|
|
new OpCode("initobj", "Initializes the value at an address.", |
|
|
|
|
|