C# Class TinyEE.FunctionsWrapper

Wrap around a static type, convert instance method calls into static ones
Inheritance: System.Dynamic.DynamicObject
显示文件 Open project: wpq0/Tiny-Expression-Evaluator

Public Methods

Method Description
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Private Methods

Method Description
FunctionsWrapper ( Type type ) : System

Method Details

TryInvokeMember() public method

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