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

Inheritance: IEntity, INamespace
Show file Open project: boo/boo-lang Class Usage Examples

Public Methods

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

Method Details

AssemblyQualifiedNamespaceEntity() public method

public AssemblyQualifiedNamespaceEntity ( Assembly assembly, NamespaceEntity subject ) : System.Reflection
assembly System.Reflection.Assembly
subject NamespaceEntity
return System.Reflection

GetMembers() public method

public GetMembers ( ) : IEntity[]
return IEntity[]

Resolve() public method

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