C# Class xUnit.ReSharper.Naming.Wrappers.TypeWrapper.PsiClassWrapper

Inheritance: ITypeInfo
Afficher le fichier Open project: DerAlbertCom/xUnit.ReSharper.Naming

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type attributeType ) : IEnumerable
GetMethod ( string methodName ) : IMethodInfo
GetMethods ( ) : IEnumerable
HasAttribute ( Type attributeType ) : bool
HasInterface ( Type interfaceType ) : bool
PsiClassWrapper ( IClass psiType ) : System
ToString ( ) : string

Method Details

GetCustomAttributes() public méthode

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

GetMethod() public méthode

public GetMethod ( string methodName ) : IMethodInfo
methodName string
Résultat IMethodInfo

GetMethods() public méthode

public GetMethods ( ) : IEnumerable
Résultat IEnumerable

HasAttribute() public méthode

public HasAttribute ( Type attributeType ) : bool
attributeType System.Type
Résultat bool

HasInterface() public méthode

public HasInterface ( Type interfaceType ) : bool
interfaceType System.Type
Résultat bool

PsiClassWrapper() public méthode

public PsiClassWrapper ( IClass psiType ) : System
psiType IClass
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string