C# Class TinyEE.FunctionsWrapper

Wrap around a static type, convert instance method calls into static ones
Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: wpq0/Tiny-Expression-Evaluator

Méthodes publiques

Méthode Description
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Private Methods

Méthode Description
FunctionsWrapper ( Type type ) : System

Method Details

TryInvokeMember() public méthode

public TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool
binder System.Dynamic.InvokeMemberBinder
args object
result object
Résultat bool