C# Class fitnesse.mtee.engine.RuntimeMember

Afficher le fichier Open project: unclebob/nslim Class Usage Examples

Protected Properties

Свойство Type Description
info System.Reflection.MemberInfo
instance object

Méthodes publiques

Méthode Description
GetParameterType ( int index ) : Type
Invoke ( object parameters ) : TypedValue
MatchesParameterCount ( int count ) : bool

Méthodes protégées

Méthode Description
RuntimeMember ( MemberInfo info, object instance ) : System

Method Details

GetParameterType() public abstract méthode

public abstract GetParameterType ( int index ) : Type
index int
Résultat System.Type

Invoke() public abstract méthode

public abstract Invoke ( object parameters ) : TypedValue
parameters object
Résultat fitnesse.mtee.model.TypedValue

MatchesParameterCount() public abstract méthode

public abstract MatchesParameterCount ( int count ) : bool
count int
Résultat bool

RuntimeMember() protected méthode

protected RuntimeMember ( MemberInfo info, object instance ) : System
info System.Reflection.MemberInfo
instance object
Résultat System

Property Details

info protected_oe property

protected MemberInfo,System.Reflection info
Résultat System.Reflection.MemberInfo

instance protected_oe property

protected object instance
Résultat object