C# Class AsposeVisualStudioPluginPdf.Core.AsposeComponentsManager

Afficher le fichier Open project: aspose-pdf/Aspose.Pdf-for-.NET Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AsposeComponentsManager() public méthode

public AsposeComponentsManager ( ComponentWizardPage page ) : System
page AsposeVisualStudioPluginPdf.GUI.ComponentWizardPage
Résultat System

addToDownloadList() public static méthode

public static addToDownloadList ( AsposeComponent component, string urlStr, string outputFile ) : void
component AsposeComponent
urlStr string
outputFile string
Résultat void

downloadComponents() public méthode

public downloadComponents ( ) : bool
Résultat bool

getAsposeHomePath() public static méthode

public static getAsposeHomePath ( ) : string
Résultat string

getLibaryDownloadPath() public static méthode

public static getLibaryDownloadPath ( ) : string
Résultat string

isIneternetConnected() public static méthode

public static isIneternetConnected ( ) : bool
Résultat bool

libraryAlreadyExists() public static méthode

public static libraryAlreadyExists ( string libFileName ) : bool
libFileName string
Résultat bool

readVersion() public static méthode

public static readVersion ( AsposeComponent component ) : string
component AsposeComponent
Résultat string

removeExtention() public static méthode

public static removeExtention ( string filePath ) : string
filePath string
Résultat string

storeReleaseNotes() public méthode

public storeReleaseNotes ( AsposeComponent component ) : void
component AsposeComponent
Résultat void

storeVersion() public static méthode

public static storeVersion ( AsposeComponent component ) : void
component AsposeComponent
Résultat void

unZipFile() public static méthode

public static unZipFile ( string zipFile, string outputFolder ) : void
zipFile string
outputFolder string
Résultat void