C# Class CodeSharp.EventSourcing.MethodInvoker

内部辅助类,用于调用某个对象的某个方法
Show file Open project: tangxuehua/eventsourcing

Public Methods

Method Description
InvokeMethod ( Type objType, string methodName ) : object
InvokeMethod ( object obj, string methodName ) : object

Method Details

InvokeMethod() public static method

public static InvokeMethod ( Type objType, string methodName ) : object
objType System.Type
methodName string
return object

InvokeMethod() public static method

public static InvokeMethod ( object obj, string methodName ) : object
obj object
methodName string
return object