C# Class Bickle.Utility.ReflectionExtensions

Afficher le fichier Open project: davidmfoley/bickle

Méthodes publiques

Méthode Description
GetPropertyWithReflection ( this target, string prop ) : object
InvokeWithReflection ( this target, string method ) : object

Method Details

GetPropertyWithReflection() public static méthode

public static GetPropertyWithReflection ( this target, string prop ) : object
target this
prop string
Résultat object

InvokeWithReflection() public static méthode

public static InvokeWithReflection ( this target, string method ) : object
target this
method string
Résultat object