C# Класс CommonComposition.ComponentCatalog.ComponentType.ImportedParameterInfo

Наследование: DelegatingParameterInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
ImportedParameterInfo ( ParameterInfo parameter ) : System
IsDefined ( Type attributeType, bool inherit ) : bool

Описание методов

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Результат object[]

ImportedParameterInfo() публичный Метод

public ImportedParameterInfo ( ParameterInfo parameter ) : System
parameter System.Reflection.ParameterInfo
Результат System

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Результат bool