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.
|
Method | Description | |
---|---|---|
AddinDependency ( |
||
CheckInstalled ( AddinRegistry registry ) : bool | ||
Read ( Mono.Addins.Serialization.BinaryXmlReader reader ) : void | ||
SaveXml ( |
||
Verify ( string location, |
||
Write ( Mono.Addins.Serialization.BinaryXmlWriter writer ) : void |
public AddinDependency ( string fullId ) : System | ||
fullId | string | /// Full identifier of the add-in (includes version) /// |
return | System |
public AddinDependency ( string id, string version ) : System | ||
id | string | /// Identifier of the add-in. /// |
version | string | /// Version of the add-in. /// |
return | System |