C# Class Weed.Addins.AddinCache

插件缓存器
Afficher le fichier Open project: noear/Weed3

Private Properties

Свойство Type Description
Add AddinItem
AddinCache System
Contains bool
this AddinItem
this AddinItem

Méthodes publiques

Méthode Description
Load ( XmlNode section ) : void
Load ( string configSection ) : void
LoadXml ( string xml ) : void

Private Methods

Méthode Description
Add ( string interfaceName, string caseTypeName ) : AddinItem
AddinCache ( ) : System
Contains ( string name ) : bool
this ( int index ) : AddinItem
this ( string name ) : AddinItem

Method Details

Load() public méthode

public Load ( XmlNode section ) : void
section System.Xml.XmlNode
Résultat void

Load() public méthode

public Load ( string configSection ) : void
configSection string
Résultat void

LoadXml() public méthode

public LoadXml ( string xml ) : void
xml string
Résultat void