C# 클래스 Cone.Core.ConeMethodThunk

상속: ICallable, IConeAttributeProvider
파일 보기 프로젝트 열기: drunkcod/Cone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Method System.Reflection.MethodInfo

공개 메소드들

메소드 설명
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

메소드 상세

ConeMethodThunk() 공개 메소드

public ConeMethodThunk ( MethodInfo method, IEnumerable attributes, ConeTestNamer namer ) : System
method System.Reflection.MethodInfo
attributes IEnumerable
namer ConeTestNamer
리턴 System

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType ) : IEnumerable
attributeType System.Type
리턴 IEnumerable

GetHeading() 공개 메소드

public GetHeading ( ) : string
리턴 string

Invoke() 공개 메소드

public Invoke ( object obj, object parameters ) : void
obj object
parameters object
리턴 void

NameFor() 공개 메소드

public NameFor ( object parameters ) : string
parameters object
리턴 string

TestNameFor() 공개 메소드

public TestNameFor ( string context, object parameters ) : ITestName
context string
parameters object
리턴 ITestName

프로퍼티 상세

Method 공개적으로 프로퍼티

public MethodInfo,System.Reflection Method
리턴 System.Reflection.MethodInfo