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

An operand to a ScriptInstruction.
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty ScriptOperand

Méthodes publiques

Méthode Description
GetOpcode ( ) : ScriptOpcode

ScriptOperand ( BinaryReader reader, ScriptArgument expected ) : System

ScriptOperand ( byte value ) : System

ToRichText ( RichTextBuilder builder ) : void

ToString ( ) : string

Private Methods

Méthode Description
Link ( ) : void
MatchTypeCode ( ScriptArgument value ) : bool
RequireType ( ScriptOperandType type ) : void
ScriptOperand ( ) : System

Method Details

GetOpcode() public méthode

public GetOpcode ( ) : ScriptOpcode
Résultat ScriptOpcode

ScriptOperand() public méthode

public ScriptOperand ( BinaryReader reader, ScriptArgument expected ) : System
reader System.IO.BinaryReader
expected ScriptArgument
Résultat System

ScriptOperand() public méthode

public ScriptOperand ( byte value ) : System
value byte
Résultat System

ToRichText() public méthode

public ToRichText ( RichTextBuilder builder ) : void
builder RichTextBuilder
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Empty public_oe static_oe property

public static ScriptOperand,Alexandria.Engines.GoldBox.Resources Empty
Résultat ScriptOperand