C# 클래스 Boo.Lang.Compiler.TypeSystem.ExternalType

상속: IType
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_typeSystemServices TypeSystemServices

Private Properties

프로퍼티 타입 설명
ExternalType System
GetClassDepth int
GetInterfaceDepth int
GetTypeDepth int
TypeName string

공개 메소드들

메소드 설명
GetConstructors ( ) : IConstructor[]
GetDefaultMember ( ) : IEntity
GetElementType ( ) : IType
GetInterfaces ( ) : IType[]
GetMembers ( ) : IEntity[]
GetTypeDepth ( ) : int
IsAssignableFrom ( IType other ) : bool
IsDefined ( IType attributeType ) : bool
IsSubclassOf ( IType other ) : bool
Resolve ( List targetList, string name, EntityType flags ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
BuildFullName ( ) : string
GetDefaultMembers ( ) : System.Reflection.MemberInfo[]

비공개 메소드들

메소드 설명
ExternalType ( TypeSystemServices tss, Type type ) : System
GetClassDepth ( Type type ) : int
GetInterfaceDepth ( Type type ) : int
GetTypeDepth ( Type type ) : int
TypeName ( ) : string

메소드 상세

BuildFullName() 보호된 메소드

protected BuildFullName ( ) : string
리턴 string

GetConstructors() 공개 메소드

public GetConstructors ( ) : IConstructor[]
리턴 IConstructor[]

GetDefaultMember() 공개 메소드

public GetDefaultMember ( ) : IEntity
리턴 IEntity

GetDefaultMembers() 보호된 메소드

protected GetDefaultMembers ( ) : System.Reflection.MemberInfo[]
리턴 System.Reflection.MemberInfo[]

GetElementType() 공개 메소드

public GetElementType ( ) : IType
리턴 IType

GetInterfaces() 공개 메소드

public GetInterfaces ( ) : IType[]
리턴 IType[]

GetMembers() 공개 메소드

public GetMembers ( ) : IEntity[]
리턴 IEntity[]

GetTypeDepth() 공개 메소드

public GetTypeDepth ( ) : int
리턴 int

IsAssignableFrom() 공개 메소드

public IsAssignableFrom ( IType other ) : bool
other IType
리턴 bool

IsDefined() 공개 메소드

public IsDefined ( IType attributeType ) : bool
attributeType IType
리턴 bool

IsSubclassOf() 공개 메소드

public IsSubclassOf ( IType other ) : bool
other IType
리턴 bool

Resolve() 공개 메소드

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_typeSystemServices 보호되어 있는 프로퍼티

protected TypeSystemServices,Boo.Lang.Compiler.TypeSystem _typeSystemServices
리턴 TypeSystemServices