C# Class CommonComposition.ComponentCatalog.ComponentType.ImportedParameterInfo

Inheritance: DelegatingParameterInfo
显示文件 Open project: netfx/CommonComposition

Public Methods

Method Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
ImportedParameterInfo ( ParameterInfo parameter ) : System
IsDefined ( Type attributeType, bool inherit ) : bool

Method Details

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
return object[]

ImportedParameterInfo() public method

public ImportedParameterInfo ( ParameterInfo parameter ) : System
parameter System.Reflection.ParameterInfo
return System

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
return bool