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

Inheritance: IEntity, INamespace
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyQualifiedNamespaceEntity ( Assembly assembly, NamespaceEntity subject ) : System.Reflection
GetMembers ( ) : IEntity[]
Resolve ( List targetList, string name, EntityType flags ) : bool

Method Details

AssemblyQualifiedNamespaceEntity() public méthode

public AssemblyQualifiedNamespaceEntity ( Assembly assembly, NamespaceEntity subject ) : System.Reflection
assembly System.Reflection.Assembly
subject NamespaceEntity
Résultat System.Reflection

GetMembers() public méthode

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

Resolve() public méthode

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