C# Class CodeSharp.EventSourcing.MethodInvoker

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

Méthodes publiques

Méthode Description
InvokeMethod ( Type objType, string methodName ) : object
InvokeMethod ( object obj, string methodName ) : object

Method Details

InvokeMethod() public static méthode

public static InvokeMethod ( Type objType, string methodName ) : object
objType System.Type
methodName string
Résultat object

InvokeMethod() public static méthode

public static InvokeMethod ( object obj, string methodName ) : object
obj object
methodName string
Résultat object