Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Emit.OpCode Struct Reference

Public Member Functions

override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals (OpCode obj)
 
override int GetHashCode ()
 
override? string ToString ()
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (OpCode a, OpCode b)
 
static bool operator!= (OpCode a, OpCode b)
 

Package Functions

 OpCode (OpCodeValues value, int flags)
 
bool EndsUncondJmpBlk ()
 
int StackChange ()
 

Properties

OperandType OperandType [get]
 
FlowControl FlowControl [get]
 
OpCodeType OpCodeType [get]
 
StackBehaviour StackBehaviourPop [get]
 
StackBehaviour StackBehaviourPush [get]
 
int Size [get]
 
short Value [get]
 
stringName [get]
 

Private Attributes

readonly OpCodeValues m_value
 
readonly int m_flags
 

Static Private Attributes

static volatile string[] g_nameCache
 

Detailed Description

Definition at line 6 of file OpCode.cs.


The documentation for this struct was generated from the following file: