C# Class Bickle.Utility.ReflectionExtensions

Show file Open project: davidmfoley/bickle

Public Methods

Method Description
GetPropertyWithReflection ( this target, string prop ) : object
InvokeWithReflection ( this target, string method ) : object

Method Details

GetPropertyWithReflection() public static method

public static GetPropertyWithReflection ( this target, string prop ) : object
target this
prop string
return object

InvokeWithReflection() public static method

public static InvokeWithReflection ( this target, string method ) : object
target this
method string
return object