C# Class DartSharp.Language.BaseObject

Inheritance: IObject
Afficher le fichier Open project: ajlopez/DartSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BaseObject ( IType type ) : System
type IType
Résultat System

GetValue() public méthode

public GetValue ( string name ) : object
name string
Résultat object

Invoke() public méthode

public Invoke ( string name, Context context, object parameters ) : object
name string
context Context
parameters object
Résultat object

SetValue() public méthode

public SetValue ( string name, object value ) : void
name string
value object
Résultat void