C# 클래스 Catel.IoC.TypeFactory.TypeMetaData

파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
GetConstructors ( ) : List
GetConstructors ( int parameterCount, bool mustMatchExactCount ) : List
GetInjectedProperties ( ) : InjectAttribute>.Dictionary
TypeMetaData ( Type type ) : System

비공개 메소드들

메소드 설명
GetConstructors ( int parameterCount, bool mustMatchExactCount, bool decoratedWithInjectionConstructorAttribute ) : List

메소드 상세

GetConstructors() 공개 메소드

public GetConstructors ( ) : List
리턴 List

GetConstructors() 공개 메소드

public GetConstructors ( int parameterCount, bool mustMatchExactCount ) : List
parameterCount int
mustMatchExactCount bool
리턴 List

GetInjectedProperties() 공개 메소드

public GetInjectedProperties ( ) : InjectAttribute>.Dictionary
리턴 InjectAttribute>.Dictionary

TypeMetaData() 공개 메소드

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