C# Class Stetic.LibraryCache

Show file Open project: mono/stetic

Public Properties

Property Type Description
Cache LibraryCache

Public Methods

Method Description
IsCurrent ( string file ) : bool
LibraryCache ( ) : System
this ( string file ) : LibraryInfo

Private Methods

Method Description
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

Method Details

IsCurrent() public method

public IsCurrent ( string file ) : bool
file string
return bool

LibraryCache() public method

public LibraryCache ( ) : System
return System

this() public method

public this ( string file ) : LibraryInfo
file string
return LibraryInfo

Property Details

Cache public static property

public static LibraryCache,Stetic Cache
return LibraryCache