C# Class CommonComposition.ComponentCatalog.ComponentType.ImportedParameterInfo

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

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
ImportedParameterInfo ( ParameterInfo parameter ) : 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[]

ImportedParameterInfo() public méthode

public ImportedParameterInfo ( ParameterInfo parameter ) : System
parameter System.Reflection.ParameterInfo
Résultat System

IsDefined() public méthode

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