C# Класс xUnit.ReSharper.Naming.Wrappers.TypeWrapper.PsiClassWrapper

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

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

Метод Описание
GetCustomAttributes ( Type attributeType ) : IEnumerable
GetMethod ( string methodName ) : IMethodInfo
GetMethods ( ) : IEnumerable
HasAttribute ( Type attributeType ) : bool
HasInterface ( Type interfaceType ) : bool
PsiClassWrapper ( IClass psiType ) : 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 interfaceType ) : bool
interfaceType System.Type
Результат bool

PsiClassWrapper() публичный Метод

public PsiClassWrapper ( IClass psiType ) : System
psiType IClass
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string