C# Class Scorpio.Runtime.ScriptExecutable

Afficher le fichier Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
m_Block Executable_Block

Méthodes publiques

Méthode Description
AddScriptInstruction ( ScriptInstruction val ) : void
EndScriptInstruction ( ) : void
ScriptExecutable ( Executable_Block block ) : System.Collections.Generic

Method Details

AddScriptInstruction() public méthode

public AddScriptInstruction ( ScriptInstruction val ) : void
val ScriptInstruction
Résultat void

EndScriptInstruction() public méthode

public EndScriptInstruction ( ) : void
Résultat void

ScriptExecutable() public méthode

public ScriptExecutable ( Executable_Block block ) : System.Collections.Generic
block Executable_Block
Résultat System.Collections.Generic

Property Details

m_Block public_oe property

public Executable_Block m_Block
Résultat Executable_Block