C# 클래스 ICSharpCode.Core.AddInManifest

Stores information about the manifest of an AddIn.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
ReadManifestSection ( XmlReader reader, string hintPath ) : void

비공개 메소드들

메소드 설명
AddIdentity ( string name, string version, string hintPath ) : void

메소드 상세

ReadManifestSection() 공개 메소드

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