C# Class ICSharpCode.Core.AddInManifest

Stores information about the manifest of an AddIn.
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
ReadManifestSection ( XmlReader reader, string hintPath ) : void

Private Methods

Method Description
AddIdentity ( string name, string version, string hintPath ) : void

Method Details

ReadManifestSection() public method

public ReadManifestSection ( XmlReader reader, string hintPath ) : void
reader System.Xml.XmlReader
hintPath string
return void