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

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

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetParameters ( ) : System.Reflection.ParameterInfo[]
ImportingConstructorInfo ( ConstructorInfo constructor ) : System
IsDefined ( Type attributeType, bool inherit ) : bool

메소드 상세

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetParameters() 공개 메소드

public GetParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

ImportingConstructorInfo() 공개 메소드

public ImportingConstructorInfo ( ConstructorInfo constructor ) : System
constructor System.Reflection.ConstructorInfo
리턴 System

IsDefined() 공개 메소드

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