C# Class Simple.Reflection.DynamicInvoker

Show file Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
DynamicInvoker ( Type type ) : System
Invoke ( object target, string name ) : object

Protected Methods

Method Description
FindBestMethod ( string name, BindingFlags flags ) : MethodBase

Method Details

DynamicInvoker() public method

public DynamicInvoker ( Type type ) : System
type System.Type
return System

FindBestMethod() protected method

protected FindBestMethod ( string name, BindingFlags flags ) : MethodBase
name string
flags BindingFlags
return System.Reflection.MethodBase

Invoke() public method

public Invoke ( object target, string name ) : object
target object
name string
return object