C# Class Alexandria.Engines.GoldBox.Resources.ScriptOperand

An operand to a ScriptInstruction.
Mostrar archivo Open project: Burton-Radons/Alexandria Class Usage Examples

Public Properties

Property Type Description
Empty ScriptOperand

Public Methods

Method Description
GetOpcode ( ) : ScriptOpcode

ScriptOperand ( BinaryReader reader, ScriptArgument expected ) : System

ScriptOperand ( byte value ) : System

ToRichText ( RichTextBuilder builder ) : void

ToString ( ) : string

Private Methods

Method Description
Link ( ) : void
MatchTypeCode ( ScriptArgument value ) : bool
RequireType ( ScriptOperandType type ) : void
ScriptOperand ( ) : System

Method Details

GetOpcode() public method

public GetOpcode ( ) : ScriptOpcode
return ScriptOpcode

ScriptOperand() public method

public ScriptOperand ( BinaryReader reader, ScriptArgument expected ) : System
reader System.IO.BinaryReader
expected ScriptArgument
return System

ScriptOperand() public method

public ScriptOperand ( byte value ) : System
value byte
return System

ToRichText() public method

public ToRichText ( RichTextBuilder builder ) : void
builder RichTextBuilder
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Empty public_oe static_oe property

public static ScriptOperand,Alexandria.Engines.GoldBox.Resources Empty
return ScriptOperand