C# Class CommonComposition.ComponentCatalog.ComponentType.ImportingConstructorInfo

Inheritance: DelegatingConstructorInfo
Afficher le fichier Open project: netfx/CommonComposition

Méthodes publiques

Méthode 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 méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetParameters() public méthode

public GetParameters ( ) : System.Reflection.ParameterInfo[]
Résultat System.Reflection.ParameterInfo[]

ImportingConstructorInfo() public méthode

public ImportingConstructorInfo ( ConstructorInfo constructor ) : System
constructor System.Reflection.ConstructorInfo
Résultat System

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool