C# Class MediaPortal.DeployTool.InstallationChecks.VcRedistChecker2015

Inheritance: IInstallationPackage
Mostrar archivo Open project: MediaPortal/MediaPortal-1

Public Properties

Property Type Description
prg string

Public Methods

Method Description
CheckStatus ( ) : CheckResult
Download ( ) : bool
GetDisplayName ( ) : string
Install ( ) : bool
UnInstall ( ) : bool

Method Details

CheckStatus() public method

public CheckStatus ( ) : CheckResult
return CheckResult

Download() public method

public Download ( ) : bool
return bool

GetDisplayName() public method

public GetDisplayName ( ) : string
return string

Install() public method

public Install ( ) : bool
return bool

UnInstall() public method

public UnInstall ( ) : bool
return bool

Property Details

prg public_oe static_oe property

public static string prg
return string