C# 클래스 Weed.Addins.AddinCache

插件缓存器
파일 보기 프로젝트 열기: noear/Weed3

Private Properties

프로퍼티 타입 설명
Add AddinItem
AddinCache System
Contains bool
this AddinItem
this AddinItem

공개 메소드들

메소드 설명
Load ( XmlNode section ) : void
Load ( string configSection ) : void
LoadXml ( string xml ) : void

비공개 메소드들

메소드 설명
Add ( string interfaceName, string caseTypeName ) : AddinItem
AddinCache ( ) : System
Contains ( string name ) : bool
this ( int index ) : AddinItem
this ( string name ) : AddinItem

메소드 상세

Load() 공개 메소드

public Load ( XmlNode section ) : void
section System.Xml.XmlNode
리턴 void

Load() 공개 메소드

public Load ( string configSection ) : void
configSection string
리턴 void

LoadXml() 공개 메소드

public LoadXml ( string xml ) : void
xml string
리턴 void