C# Class KeePass.Util.UpdateCheckEx.UpdateDownloadInfo

Exibir arquivo Open project: cappert/keepass2

Public Properties

Property Type Description
ComponentInfo List
Ready bool
SyncObj object
Url string

Public Methods

Method Description
UpdateDownloadInfo ( string strUrl ) : System

Method Details

UpdateDownloadInfo() public method

public UpdateDownloadInfo ( string strUrl ) : System
strUrl string
return System

Property Details

ComponentInfo public_oe property

public List ComponentInfo
return List

Ready public_oe property

public bool Ready
return bool

SyncObj public_oe property

public object SyncObj
return object

Url public_oe property

public string Url
return string