C# 클래스 CommonComposition.ComponentCatalog.ComponentType

상속: System.Reflection.TypeDelegator
파일 보기 프로젝트 열기: netfx/CommonComposition

공개 메소드들

메소드 설명
ComponentType ( Type type ) : System
GetConstructors ( BindingFlags bindingAttr ) : System.Reflection.ConstructorInfo[]
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
IsDefined ( Type attributeType, bool inherit ) : bool

메소드 상세

ComponentType() 공개 메소드

public ComponentType ( Type type ) : System
type System.Type
리턴 System

GetConstructors() 공개 메소드

public GetConstructors ( BindingFlags bindingAttr ) : System.Reflection.ConstructorInfo[]
bindingAttr BindingFlags
리턴 System.Reflection.ConstructorInfo[]

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

IsDefined() 공개 메소드

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