C# 클래스 AsposeVisualStudioPluginPdf.Core.AsposeComponentsManager

파일 보기 프로젝트 열기: aspose-pdf/Aspose.Pdf-for-.NET 1 사용 예제들

공개 메소드들

메소드 설명
AsposeComponentsManager ( ComponentWizardPage page ) : System
addToDownloadList ( AsposeComponent component, string urlStr, string outputFile ) : void
downloadComponents ( ) : bool
getAsposeHomePath ( ) : string
getLibaryDownloadPath ( ) : string
isIneternetConnected ( ) : bool
libraryAlreadyExists ( string libFileName ) : bool
readVersion ( AsposeComponent component ) : string
removeExtention ( string filePath ) : string
storeReleaseNotes ( AsposeComponent component ) : void
storeVersion ( AsposeComponent component ) : void
unZipFile ( string zipFile, string outputFolder ) : void

메소드 상세

AsposeComponentsManager() 공개 메소드

public AsposeComponentsManager ( ComponentWizardPage page ) : System
page AsposeVisualStudioPluginPdf.GUI.ComponentWizardPage
리턴 System

addToDownloadList() 공개 정적인 메소드

public static addToDownloadList ( AsposeComponent component, string urlStr, string outputFile ) : void
component AsposeComponent
urlStr string
outputFile string
리턴 void

downloadComponents() 공개 메소드

public downloadComponents ( ) : bool
리턴 bool

getAsposeHomePath() 공개 정적인 메소드

public static getAsposeHomePath ( ) : string
리턴 string

getLibaryDownloadPath() 공개 정적인 메소드

public static getLibaryDownloadPath ( ) : string
리턴 string

isIneternetConnected() 공개 정적인 메소드

public static isIneternetConnected ( ) : bool
리턴 bool

libraryAlreadyExists() 공개 정적인 메소드

public static libraryAlreadyExists ( string libFileName ) : bool
libFileName string
리턴 bool

readVersion() 공개 정적인 메소드

public static readVersion ( AsposeComponent component ) : string
component AsposeComponent
리턴 string

removeExtention() 공개 정적인 메소드

public static removeExtention ( string filePath ) : string
filePath string
리턴 string

storeReleaseNotes() 공개 메소드

public storeReleaseNotes ( AsposeComponent component ) : void
component AsposeComponent
리턴 void

storeVersion() 공개 정적인 메소드

public static storeVersion ( AsposeComponent component ) : void
component AsposeComponent
리턴 void

unZipFile() 공개 정적인 메소드

public static unZipFile ( string zipFile, string outputFolder ) : void
zipFile string
outputFolder string
리턴 void