C# 클래스 ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpAssembly

상속: IAssembly
파일 보기 프로젝트 열기: 0xd4d/NRefactory 1 사용 예제들

공개 메소드들

메소드 설명
GetTypeDefinition ( TopLevelTypeName topLevelTypeName ) : ITypeDefinition
InternalsVisibleTo ( IAssembly assembly ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

GetTypeDefinition() 공개 메소드

public GetTypeDefinition ( TopLevelTypeName topLevelTypeName ) : ITypeDefinition
topLevelTypeName TopLevelTypeName
리턴 ITypeDefinition

InternalsVisibleTo() 공개 메소드

public InternalsVisibleTo ( IAssembly assembly ) : bool
assembly IAssembly
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string