[Gregor.Core.ICodeInterpreter2]

Gregor.Core.ICodeInterpreter2

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.ICodeInterpreter2

: Gregor.Core.ICodeInterpreter, Gregor.Core.ILanguageObject, Gregor.Core.IProvider, Gregor.Core.INamedItem, Gregor.Core.IEvaluator

Custom Attributes: 

Description: 


Members

ClearObjects

void ClearObjects()

Custom Attributes: 

Description: 

ExistsObject

System.Boolean ExistsObject(System.String sName)

Custom Attributes: 

Description: 

GetObject

System.Object GetObject(System.String sName)

Custom Attributes: 

Description: 

RemoveObject

void RemoveObject(System.String sName)

Custom Attributes: 

Description: 

SetObject

void SetObject(System.String sName, System.Object value)

Custom Attributes: 

Description: 


See Also

System.Object

System.String

Gregor.Core.ICodeInterpreter

Gregor.Core.IEvaluator

Gregor.Core.ILanguageObject

Gregor.Core.INamedItem

Gregor.Core.IProvider

System.Boolean

System.Void