C# Class ReSharper.XUnitTestProvider.TypeWrapper.MetadataTypeInfoWrapper

Inheritance: ITypeInfo
Datei anzeigen Open project: hazzik/ReSharper.XUnitTestRunner

Public Methods

Method Description
GetCustomAttributes ( Type attributeType ) : IEnumerable
GetMethod ( string methodName ) : IMethodInfo
GetMethods ( ) : IEnumerable
HasAttribute ( Type attributeType ) : bool
HasInterface ( Type attributeType ) : bool
MetadataTypeInfoWrapper ( IMetadataTypeInfo metadataTypeInfo ) : 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 attributeType ) : bool
attributeType System.Type
return bool

MetadataTypeInfoWrapper() public method

public MetadataTypeInfoWrapper ( IMetadataTypeInfo metadataTypeInfo ) : System
metadataTypeInfo IMetadataTypeInfo
return System

ToString() public method

public ToString ( ) : string
return string