C# Класс AsposeVisualStudioPluginPdf.Core.AsposeComponentsManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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