C# 클래스 Mono.CSharp.Documentation

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
StoredDocuments XmlDocument>.Dictionary
XmlCommentOutput System.Xml.XmlWriter
XmlDocumentation System.Xml.XmlDocument

공개 메소드들

메소드 설명
Documentation ( string xml_output_filename ) : System
GenerateDocComment ( Report r ) : void
OutputDocComment ( string asmfilename, Report Report ) : bool

메소드 상세

Documentation() 공개 메소드

public Documentation ( string xml_output_filename ) : System
xml_output_filename string
리턴 System

GenerateDocComment() 공개 메소드

public GenerateDocComment ( Report r ) : void
r Report
리턴 void

OutputDocComment() 공개 메소드

public OutputDocComment ( string asmfilename, Report Report ) : bool
asmfilename string
Report Report
리턴 bool

프로퍼티 상세

StoredDocuments 공개적으로 프로퍼티

public Dictionary StoredDocuments
리턴 XmlDocument>.Dictionary

XmlCommentOutput 공개적으로 프로퍼티

public XmlWriter,System.Xml XmlCommentOutput
리턴 System.Xml.XmlWriter

XmlDocumentation 공개적으로 프로퍼티

public XmlDocument,System.Xml XmlDocumentation
리턴 System.Xml.XmlDocument