C# 클래스 CommonComposition.ComponentCatalog.ComponentType.ImportedParameterInfo

상속: DelegatingParameterInfo
파일 보기 프로젝트 열기: netfx/CommonComposition

공개 메소드들

메소드 설명
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