C# Class AsposeVisualStudioPluginPdf.Core.AsposeComponentsManager

Show file Open project: aspose-pdf/Aspose.Pdf-for-.NET Class Usage Examples

Public Methods

Method 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 method

public AsposeComponentsManager ( ComponentWizardPage page ) : System
page AsposeVisualStudioPluginPdf.GUI.ComponentWizardPage
return System

addToDownloadList() public static method

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

downloadComponents() public method

public downloadComponents ( ) : bool
return bool

getAsposeHomePath() public static method

public static getAsposeHomePath ( ) : string
return string

getLibaryDownloadPath() public static method

public static getLibaryDownloadPath ( ) : string
return string

isIneternetConnected() public static method

public static isIneternetConnected ( ) : bool
return bool

libraryAlreadyExists() public static method

public static libraryAlreadyExists ( string libFileName ) : bool
libFileName string
return bool

readVersion() public static method

public static readVersion ( AsposeComponent component ) : string
component AsposeComponent
return string

removeExtention() public static method

public static removeExtention ( string filePath ) : string
filePath string
return string

storeReleaseNotes() public method

public storeReleaseNotes ( AsposeComponent component ) : void
component AsposeComponent
return void

storeVersion() public static method

public static storeVersion ( AsposeComponent component ) : void
component AsposeComponent
return void

unZipFile() public static method

public static unZipFile ( string zipFile, string outputFolder ) : void
zipFile string
outputFolder string
return void