C# 클래스 Bickle.Utility.ReflectionExtensions

파일 보기 프로젝트 열기: davidmfoley/bickle

공개 메소드들

메소드 설명
GetPropertyWithReflection ( this target, string prop ) : object
InvokeWithReflection ( this target, string method ) : object

메소드 상세

GetPropertyWithReflection() 공개 정적인 메소드

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

InvokeWithReflection() 공개 정적인 메소드

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