C# Class Scorpio.CodeDom.CodeCallBlock

Inheritance: CodeObject
Mostra file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Properties

Property Type Description
Executable Scorpio.Runtime.ScriptExecutable

Public Methods

Method Description
CodeCallBlock ( ScriptExecutable executable ) : System

Method Details

CodeCallBlock() public method

public CodeCallBlock ( ScriptExecutable executable ) : System
executable Scorpio.Runtime.ScriptExecutable
return System

Property Details

Executable public_oe property

public ScriptExecutable,Scorpio.Runtime Executable
return Scorpio.Runtime.ScriptExecutable