C# Class Cone.Core.ConeMethodThunk

Inheritance: ICallable, IConeAttributeProvider
Afficher le fichier Open project: drunkcod/Cone Class Usage Examples

Méthodes publiques

Свойство Type Description
Method System.Reflection.MethodInfo

Méthodes publiques

Méthode Description
ConeMethodThunk ( MethodInfo method, IEnumerable attributes, ConeTestNamer namer ) : System
GetCustomAttributes ( Type attributeType ) : IEnumerable
GetHeading ( ) : string
Invoke ( object obj, object parameters ) : void
NameFor ( object parameters ) : string
TestNameFor ( string context, object parameters ) : ITestName

Method Details

ConeMethodThunk() public méthode

public ConeMethodThunk ( MethodInfo method, IEnumerable attributes, ConeTestNamer namer ) : System
method System.Reflection.MethodInfo
attributes IEnumerable
namer ConeTestNamer
Résultat System

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType ) : IEnumerable
attributeType System.Type
Résultat IEnumerable

GetHeading() public méthode

public GetHeading ( ) : string
Résultat string

Invoke() public méthode

public Invoke ( object obj, object parameters ) : void
obj object
parameters object
Résultat void

NameFor() public méthode

public NameFor ( object parameters ) : string
parameters object
Résultat string

TestNameFor() public méthode

public TestNameFor ( string context, object parameters ) : ITestName
context string
parameters object
Résultat ITestName

Property Details

Method public_oe property

public MethodInfo,System.Reflection Method
Résultat System.Reflection.MethodInfo