C# Class Boo.Lang.Compiler.TypeSystem.ExternalType

Inheritance: IType
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Protected Properties

Свойство Type Description
_typeSystemServices TypeSystemServices

Private Properties

Свойство Type Description
ExternalType System
GetClassDepth int
GetInterfaceDepth int
GetTypeDepth int
TypeName string

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
BuildFullName ( ) : string
GetDefaultMembers ( ) : System.Reflection.MemberInfo[]

Private Methods

Méthode Description
ExternalType ( TypeSystemServices tss, Type type ) : System
GetClassDepth ( Type type ) : int
GetInterfaceDepth ( Type type ) : int
GetTypeDepth ( Type type ) : int
TypeName ( ) : string

Method Details

BuildFullName() protected méthode

protected BuildFullName ( ) : string
Résultat string

GetConstructors() public méthode

public GetConstructors ( ) : IConstructor[]
Résultat IConstructor[]

GetDefaultMember() public méthode

public GetDefaultMember ( ) : IEntity
Résultat IEntity

GetDefaultMembers() protected méthode

protected GetDefaultMembers ( ) : System.Reflection.MemberInfo[]
Résultat System.Reflection.MemberInfo[]

GetElementType() public méthode

public GetElementType ( ) : IType
Résultat IType

GetInterfaces() public méthode

public GetInterfaces ( ) : IType[]
Résultat IType[]

GetMembers() public méthode

public GetMembers ( ) : IEntity[]
Résultat IEntity[]

GetTypeDepth() public méthode

public GetTypeDepth ( ) : int
Résultat int

IsAssignableFrom() public méthode

public IsAssignableFrom ( IType other ) : bool
other IType
Résultat bool

IsDefined() public méthode

public IsDefined ( IType attributeType ) : bool
attributeType IType
Résultat bool

IsSubclassOf() public méthode

public IsSubclassOf ( IType other ) : bool
other IType
Résultat bool

Resolve() public méthode

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_typeSystemServices protected_oe property

protected TypeSystemServices,Boo.Lang.Compiler.TypeSystem _typeSystemServices
Résultat TypeSystemServices