Class CodeTable
Assembly: PleOps.XdeltaSharp.dll
Syntax
Constructors
|
Improve this Doc
View Source
CodeTable(Byte[], Byte, Byte)
Declaration
public CodeTable(byte[] table, byte nearSlots, byte sameSlots)
Parameters
Type |
Name |
Description |
Byte[] |
table |
|
Byte |
nearSlots |
|
Byte |
sameSlots |
|
Properties
|
Improve this Doc
View Source
Cache
Declaration
public Cache Cache { get; }
Property Value
|
Improve this Doc
View Source
Default
Declaration
public static CodeTable Default { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetInstructions(Int32, out Instruction, out Instruction)
Declaration
public void GetInstructions(int index, out Instruction inst1, out Instruction inst2)
Parameters