C# Class EvaluationHelper, UnityREPL

Afficher le fichier Open project: MrJoy/UnityREPL Class Usage Examples

Méthodes publiques

Méthode Description
Eval ( string code ) : bool
EvaluationHelper ( ) : System
Init ( bool &isInitialized ) : void

Méthodes protégées

Méthode Description
TryLoadingAssemblies ( bool isInitialized ) : bool

Private Methods

Méthode Description
Evaluate ( string input, object &result, bool &result_set ) : string

Method Details

Eval() public méthode

public Eval ( string code ) : bool
code string
Résultat bool

EvaluationHelper() public méthode

public EvaluationHelper ( ) : System
Résultat System

Init() public méthode

public Init ( bool &isInitialized ) : void
isInitialized bool
Résultat void

TryLoadingAssemblies() protected méthode

protected TryLoadingAssemblies ( bool isInitialized ) : bool
isInitialized bool
Résultat bool