C# Class Scorpio.Runtime.ScriptExecutable

显示文件 Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Properties

Property Type Description
m_Block Executable_Block

Public Methods

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

Method Details

AddScriptInstruction() public method

public AddScriptInstruction ( ScriptInstruction val ) : void
val ScriptInstruction
return void

EndScriptInstruction() public method

public EndScriptInstruction ( ) : void
return void

ScriptExecutable() public method

public ScriptExecutable ( Executable_Block block ) : System.Collections.Generic
block Executable_Block
return System.Collections.Generic

Property Details

m_Block public_oe property

public Executable_Block m_Block
return Executable_Block