C# Класс ReSharper.XUnitTestProvider.TypeWrapper.MetadataTypeInfoWrapper

Наследование: ITypeInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
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