C# Class Weed.Addins.AddinCache

插件缓存器
Mostra file Open project: noear/Weed3

Private Properties

Property Type Description
Add AddinItem
AddinCache System
Contains bool
this AddinItem
this AddinItem

Public Methods

Method Description
Load ( XmlNode section ) : void
Load ( string configSection ) : void
LoadXml ( string xml ) : void

Private Methods

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

public Load ( XmlNode section ) : void
section System.Xml.XmlNode
return void

Load() public method

public Load ( string configSection ) : void
configSection string
return void

LoadXml() public method

public LoadXml ( string xml ) : void
xml string
return void