C# Class Stetic.LibraryCache

Afficher le fichier Open project: mono/stetic

Méthodes publiques

Свойство Type Description
Cache LibraryCache

Méthodes publiques

Méthode Description
IsCurrent ( string file ) : bool
LibraryCache ( ) : System
this ( string file ) : LibraryInfo

Private Methods

Méthode 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 méthode

public IsCurrent ( string file ) : bool
file string
Résultat bool

LibraryCache() public méthode

public LibraryCache ( ) : System
Résultat System

this() public méthode

public this ( string file ) : LibraryInfo
file string
Résultat LibraryInfo

Property Details

Cache public_oe static_oe property

public static LibraryCache,Stetic Cache
Résultat LibraryCache