C# Class Mono.Addins.Description.AddinDependency

Inheritance: Mono.Addins.Description.Dependency
ファイルを表示 Open project: slluis/mono-addins Class Usage Examples

Public Methods

Method Description
AddinDependency ( ) : System

Initializes a new instance of the Mono.Addins.Description.AddinDependency class.

AddinDependency ( string fullId ) : System

Initializes a new instance of the Mono.Addins.Description.AddinDependency class.

AddinDependency ( string id, string version ) : System

Initializes a new instance of the Mono.Addins.Description.AddinDependency class.

Private Methods

Method Description
AddinDependency ( XmlElement elem ) : System
CheckInstalled ( AddinRegistry registry ) : bool
Read ( Mono.Addins.Serialization.BinaryXmlReader reader ) : void
SaveXml ( XmlElement parent ) : void
Verify ( string location, StringCollection errors ) : void
Write ( Mono.Addins.Serialization.BinaryXmlWriter writer ) : void

Method Details

AddinDependency() public method

Initializes a new instance of the Mono.Addins.Description.AddinDependency class.
public AddinDependency ( ) : System
return System

AddinDependency() public method

Initializes a new instance of the Mono.Addins.Description.AddinDependency class.
public AddinDependency ( string fullId ) : System
fullId string /// Full identifier of the add-in (includes version) ///
return System

AddinDependency() public method

Initializes a new instance of the Mono.Addins.Description.AddinDependency class.
public AddinDependency ( string id, string version ) : System
id string /// Identifier of the add-in. ///
version string /// Version of the add-in. ///
return System