HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

final class OpCode

package cs.system.reflection.emit

extends ValueType

@:nativeGen@:struct@:libType@:csNative@:native("System.Reflection.Emit.OpCode")

Available on cs

Static methods

staticop_Equality(a:OpCode, b:OpCode):Bool

staticop_Inequality(a:OpCode, b:OpCode):Bool

Variables

read onlyFlowControl:FlowControl

read onlyName:String

read onlyOpCodeType:OpCodeType

read onlyOperandType:OperandType

read onlySize:Int

read onlyStackBehaviourPop:StackBehaviour

read onlyStackBehaviourPush:StackBehaviour

read onlyValue:Int16

Methods

finalget_FlowControl():FlowControl

finalget_Name():String

finalget_OpCodeType():OpCodeType

finalget_OperandType():OperandType

finalget_Size():Int

finalget_StackBehaviourPop():StackBehaviour

finalget_StackBehaviourPush():StackBehaviour

finalget_Value():Int16

Inherited Variables

Inherited Methods

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe