C# Class CommonComposition.ComponentCatalog.ComponentType.ImportingConstructorInfo

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

Public Methods

Method Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetParameters ( ) : System.Reflection.ParameterInfo[]
ImportingConstructorInfo ( ConstructorInfo constructor ) : 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[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]

ImportingConstructorInfo() public method

public ImportingConstructorInfo ( ConstructorInfo constructor ) : System
constructor System.Reflection.ConstructorInfo
return System

IsDefined() public method

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