C# Class ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpAssembly

Inheritance: IAssembly
Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Méthodes publiques

Méthode Description
GetTypeDefinition ( TopLevelTypeName topLevelTypeName ) : ITypeDefinition
InternalsVisibleTo ( IAssembly assembly ) : bool
ToString ( ) : string

Private Methods

Méthode Description
CSharpAssembly ( ICompilation compilation, CSharpProjectContent projectContent ) : System
CreateResolvedTypeDefinition ( IUnresolvedTypeDefinition parts ) : ITypeDefinition
GetAttributes ( IList &field, bool assemblyAttributes ) : IList
GetInternalsVisibleTo ( ) : string[]
GetOrAddNamespace ( NS>.Dictionary dict, string fullName ) : NS
GetShortName ( string fullAssemblyName ) : string
GetTypes ( ) : ITypeDefinition>.Dictionary

Method Details

GetTypeDefinition() public méthode

public GetTypeDefinition ( TopLevelTypeName topLevelTypeName ) : ITypeDefinition
topLevelTypeName TopLevelTypeName
Résultat ITypeDefinition

InternalsVisibleTo() public méthode

public InternalsVisibleTo ( IAssembly assembly ) : bool
assembly IAssembly
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string