Class Copy
Assembly: PleOps.XdeltaSharp.dll
Syntax
public class Copy : Instruction
Constructors
|
Improve this Doc
View Source
Copy(Byte, Byte, Cache)
Declaration
public Copy(byte sizeInTable, byte mode, Cache cache)
Parameters
Properties
|
Improve this Doc
View Source
Address
Declaration
public uint Address { get; }
Property Value
Methods
|
Improve this Doc
View Source
DecodeInstruction(Window, Stream, Stream)
Declaration
public override void DecodeInstruction(Window window, Stream input, Stream output)
Parameters
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides