C# 클래스 Stetic.LibraryCache

파일 보기 프로젝트 열기: mono/stetic

공개 프로퍼티들

프로퍼티 타입 설명
Cache LibraryCache

공개 메소드들

메소드 설명
IsCurrent ( string file ) : bool
LibraryCache ( ) : System
this ( string file ) : LibraryInfo

비공개 메소드들

메소드 설명
AddDependencies ( XmlElement elem, AssemblyResolver resolver, string filename, AssemblyDefinition asm ) : void
AddObjects ( XmlDocument doc, AssemblyResolver resolver, AssemblyDefinition adef ) : void
GetGuiDoc ( AssemblyDefinition adef ) : XmlDocument
GetObjectsDoc ( AssemblyResolver resolver, AssemblyDefinition adef, string path ) : XmlDocument
GetResource ( AssemblyDefinition asm, string name ) : EmbeddedResource
GetToolboxItemInfo ( AssemblyResolver resolver, Mono.Cecil.TypeDefinition tdef ) : ToolboxItemInfo
Load ( ) : LibraryCache
ReferenceChainContainsGtk ( AssemblyResolver resolver, Mono.Cecil.AssemblyNameReference aref, Hashtable visited ) : bool
Refresh ( AssemblyResolver resolver, string assembly ) : LibraryInfo
Save ( ) : void

메소드 상세

IsCurrent() 공개 메소드

public IsCurrent ( string file ) : bool
file string
리턴 bool

LibraryCache() 공개 메소드

public LibraryCache ( ) : System
리턴 System

this() 공개 메소드

public this ( string file ) : LibraryInfo
file string
리턴 LibraryInfo

프로퍼티 상세

Cache 공개적으로 정적으로 프로퍼티

public static LibraryCache,Stetic Cache
리턴 LibraryCache