C# Class DartSharp.Language.BaseClass

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

Méthodes publiques

Méthode Description
BaseClass ( string name, IClass super ) : System
DefineMethod ( string name, IMethod method ) : void
DefineVariable ( string name, IType type ) : void
GetMethod ( string name ) : IMethod
GetVariableType ( string name ) : IType
NewInstance ( object arguments ) : object

Method Details

BaseClass() public méthode

public BaseClass ( string name, IClass super ) : System
name string
super IClass
Résultat System

DefineMethod() public méthode

public DefineMethod ( string name, IMethod method ) : void
name string
method IMethod
Résultat void

DefineVariable() public méthode

public DefineVariable ( string name, IType type ) : void
name string
type IType
Résultat void

GetMethod() public méthode

public GetMethod ( string name ) : IMethod
name string
Résultat IMethod

GetVariableType() public méthode

public GetVariableType ( string name ) : IType
name string
Résultat IType

NewInstance() public méthode

public NewInstance ( object arguments ) : object
arguments object
Résultat object