Method | Description | |
---|---|---|
GetPropertyWithReflection ( this target, string prop ) : object | ||
InvokeWithReflection ( this target, string method ) : object |
public static GetPropertyWithReflection ( this target, string prop ) : object | ||
target | this | |
prop | string | |
return | object |
public static InvokeWithReflection ( this target, string method ) : object | ||
target | this | |
method | string | |
return | object |