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

Inheritance: ITypeInfo
ファイルを表示 Open project: DerAlbertCom/xUnit.ReSharper.Naming

Public Methods

Method 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 method

public GetCustomAttributes ( Type attributeType ) : IEnumerable
attributeType System.Type
return IEnumerable

GetMethod() public method

public GetMethod ( string methodName ) : IMethodInfo
methodName string
return IMethodInfo

GetMethods() public method

public GetMethods ( ) : IEnumerable
return IEnumerable

HasAttribute() public method

public HasAttribute ( Type attributeType ) : bool
attributeType System.Type
return bool

HasInterface() public method

public HasInterface ( Type interfaceType ) : bool
interfaceType System.Type
return bool

PsiClassWrapper() public method

public PsiClassWrapper ( IClass psiType ) : System
psiType IClass
return System

ToString() public method

public ToString ( ) : string
return string