C# 클래스 fitnesse.mtee.engine.RuntimeMember

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

보호된 프로퍼티들

프로퍼티 타입 설명
info System.Reflection.MemberInfo
instance object

공개 메소드들

메소드 설명
GetParameterType ( int index ) : Type
Invoke ( object parameters ) : TypedValue
MatchesParameterCount ( int count ) : bool

보호된 메소드들

메소드 설명
RuntimeMember ( MemberInfo info, object instance ) : System

메소드 상세

GetParameterType() 공개 추상적인 메소드

public abstract GetParameterType ( int index ) : Type
index int
리턴 System.Type

Invoke() 공개 추상적인 메소드

public abstract Invoke ( object parameters ) : TypedValue
parameters object
리턴 fitnesse.mtee.model.TypedValue

MatchesParameterCount() 공개 추상적인 메소드

public abstract MatchesParameterCount ( int count ) : bool
count int
리턴 bool

RuntimeMember() 보호된 메소드

protected RuntimeMember ( MemberInfo info, object instance ) : System
info System.Reflection.MemberInfo
instance object
리턴 System

프로퍼티 상세

info 보호되어 있는 프로퍼티

protected MemberInfo,System.Reflection info
리턴 System.Reflection.MemberInfo

instance 보호되어 있는 프로퍼티

protected object instance
리턴 object