C# 클래스 SecureDeleteWinForms.ReportExporter

파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
ExportAsHtml ( WipeReport report, string path, string style ) : void
ExportAsText ( WipeReport report, string path ) : void
ExportAsXml ( WipeReport report, string path ) : void

메소드 상세

ExportAsHtml() 공개 정적인 메소드

public static ExportAsHtml ( WipeReport report, string path, string style ) : void
report SecureDelete.WipeReport
path string
style string
리턴 void

ExportAsText() 공개 정적인 메소드

public static ExportAsText ( WipeReport report, string path ) : void
report SecureDelete.WipeReport
path string
리턴 void

ExportAsXml() 공개 정적인 메소드

public static ExportAsXml ( WipeReport report, string path ) : void
report SecureDelete.WipeReport
path string
리턴 void