C# 클래스 Hawkeye.Reflection.MethodAccessor

파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( object target ) : object
Invoke ( object target, object param ) : object
MethodAccessor ( Type methodTargetType, string methodName ) : System

Initializes a new instance of the MethodAccessor class.

비공개 메소드들

메소드 설명
FindMethod ( BindingFlags flags ) : MethodInfo
MethodAccessor ( ) : System

Initializes the MethodAccessor class.

메소드 상세

Invoke() 공개 메소드

public Invoke ( object target ) : object
target object
리턴 object

Invoke() 공개 메소드

public Invoke ( object target, object param ) : object
target object
param object
리턴 object

MethodAccessor() 공개 메소드

Initializes a new instance of the MethodAccessor class.
public MethodAccessor ( Type methodTargetType, string methodName ) : System
methodTargetType System.Type Type of the method target.
methodName string Name of the method.
리턴 System