메소드 | 설명 | |
---|---|---|
ActionJump ( ) : System |
Creates an unconditional branch.
|
|
ActionJump ( |
Creates an unconditional branch.
|
|
ToString ( ) : string |
Converts the action to a string
|
메소드 | 설명 | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
Reads an offset from a source stream
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
Writes the offset back to the output stream
|
public ActionJump ( |
||
offset | The offset is a signed quantity, enabling /// branches from –32,768 bytes to 32,767 bytes. An offset of 0 /// points to the action directly after the ActionJump action. | |
리턴 | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream to read from |
sourceVersion | byte | The version |
리턴 | void |
protected Render ( System outputStream ) : ulong | ||
outputStream | System | The stream to write to |
리턴 | ulong |