C# Class Irontalk.Context

Datei anzeigen Open project: rezonant/irontalk Class Usage Examples

Public Methods

Method Description
Context ( Context pc ) : System
Declare ( string name ) : void
GetVariable ( string name ) : STObject
SetVariable ( string name, STObject value ) : bool

Method Details

Context() public method

public Context ( Context pc ) : System
pc Context
return System

Declare() public method

public Declare ( string name ) : void
name string
return void

GetVariable() public method

public GetVariable ( string name ) : STObject
name string
return STObject

SetVariable() public abstract method

public abstract SetVariable ( string name, STObject value ) : bool
name string
value STObject
return bool