C# Class Scorpio.CodeDom.CodeTry

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

Public Properties

Property Type Description
CatchExecutable Scorpio.Runtime.ScriptExecutable
Identifier string
TryExecutable Scorpio.Runtime.ScriptExecutable

Property Details

CatchExecutable public property

public ScriptExecutable,Scorpio.Runtime CatchExecutable
return Scorpio.Runtime.ScriptExecutable

Identifier public property

public string Identifier
return string

TryExecutable public property

public ScriptExecutable,Scorpio.Runtime TryExecutable
return Scorpio.Runtime.ScriptExecutable