Method | Description | |
---|---|---|
Add ( |
||
AddModule ( ModuleEntity module ) : void | ||
GetChildNamespace ( string name ) : NamespaceEntity | ||
GetMembers ( ) : IEntity[] | ||
NamespaceEntity ( INamespace parent, TypeSystemServices tagManager, string name ) : System | ||
Resolve ( List targetList, string name, EntityType flags ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
EnumerateTypes ( ) : IEnumerable |
||
GetLastPart ( string name ) : string | ||
IsFlagSet ( EntityType flags, EntityType flag ) : bool | ||
Resolve ( List targetList, string name, Assembly assembly, EntityType flags ) : bool | ||
ResolveClrExtensions ( List list, Type type, string name ) : bool | ||
ResolveClrExtensions ( List list, string name, EntityType flags ) : bool | ||
ResolveExternalModules ( List targetList, string name, EntityType flags ) : bool | ||
ResolveExternalType ( List targetList, string name ) : bool | ||
ResolveInternalType ( List targetList, string name, EntityType flags ) : bool | ||
ResolveType ( List targetList, string name, Dictionary |
public AddModule ( ModuleEntity module ) : void | ||
module | ModuleEntity | |
return | void |
public GetChildNamespace ( string name ) : NamespaceEntity | ||
name | string | |
return | NamespaceEntity |
public NamespaceEntity ( INamespace parent, TypeSystemServices tagManager, string name ) : System | ||
parent | INamespace | |
tagManager | TypeSystemServices | |
name | string | |
return | System |
public Resolve ( List targetList, string name, EntityType flags ) : bool | ||
targetList | List | |
name | string | |
flags | EntityType | |
return | bool |