C# 클래스 ReSharper.XUnitTestProvider.TypeWrapper.MetadataTypeInfoWrapper

상속: ITypeInfo
파일 보기 프로젝트 열기: hazzik/ReSharper.XUnitTestRunner

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType ) : IEnumerable
GetMethod ( string methodName ) : IMethodInfo
GetMethods ( ) : IEnumerable
HasAttribute ( Type attributeType ) : bool
HasInterface ( Type attributeType ) : bool
MetadataTypeInfoWrapper ( IMetadataTypeInfo metadataTypeInfo ) : System
ToString ( ) : string

메소드 상세

GetCustomAttributes() 공개 메소드

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

GetMethod() 공개 메소드

public GetMethod ( string methodName ) : IMethodInfo
methodName string
리턴 IMethodInfo

GetMethods() 공개 메소드

public GetMethods ( ) : IEnumerable
리턴 IEnumerable

HasAttribute() 공개 메소드

public HasAttribute ( Type attributeType ) : bool
attributeType System.Type
리턴 bool

HasInterface() 공개 메소드

public HasInterface ( Type attributeType ) : bool
attributeType System.Type
리턴 bool

MetadataTypeInfoWrapper() 공개 메소드

public MetadataTypeInfoWrapper ( IMetadataTypeInfo metadataTypeInfo ) : System
metadataTypeInfo IMetadataTypeInfo
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string