C# Class DartSharp.Language.BaseObject

Inheritance: IObject
显示文件 Open project: ajlopez/DartSharp Class Usage Examples

Public Methods

Method Description
BaseObject ( IType type ) : System
GetValue ( string name ) : object
Invoke ( string name, Context context, object parameters ) : object
SetValue ( string name, object value ) : void

Method Details

BaseObject() public method

public BaseObject ( IType type ) : System
type IType
return System

GetValue() public method

public GetValue ( string name ) : object
name string
return object

Invoke() public method

public Invoke ( string name, Context context, object parameters ) : object
name string
context Context
parameters object
return object

SetValue() public method

public SetValue ( string name, object value ) : void
name string
value object
return void