C# Class ICSharpCode.Core.AddInManifest

Stores information about the manifest of an AddIn.
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
ReadManifestSection ( XmlReader reader, string hintPath ) : void

Private Methods

Méthode Description
AddIdentity ( string name, string version, string hintPath ) : void

Method Details

ReadManifestSection() public méthode

public ReadManifestSection ( XmlReader reader, string hintPath ) : void
reader System.Xml.XmlReader
hintPath string
Résultat void