C# Class DeOps.LookupSettings

Mostrar archivo Open project: swax/DeOps Class Usage Examples

Public Properties

Property Type Description
BootstrapKey byte[]
BootstrapPath string
Ports PortsConfig
PortsConfigPath string
StartupPath string
UpdatePath string

Public Methods

Method Description
Load ( DeOps.Implementation.Dht.DhtNetwork network ) : void
LookupSettings ( string startupPath ) : System
ReadUpdateInfo ( ) : DeOps.Services.Update.UpdateInfo
Save ( OpCore core ) : void
WriteUpdateInfo ( OpCore core ) : void

Method Details

Load() public method

public Load ( DeOps.Implementation.Dht.DhtNetwork network ) : void
network DeOps.Implementation.Dht.DhtNetwork
return void

LookupSettings() public method

public LookupSettings ( string startupPath ) : System
startupPath string
return System

ReadUpdateInfo() public method

public ReadUpdateInfo ( ) : DeOps.Services.Update.UpdateInfo
return DeOps.Services.Update.UpdateInfo

Save() public method

public Save ( OpCore core ) : void
core DeOps.Implementation.OpCore
return void

WriteUpdateInfo() public method

public WriteUpdateInfo ( OpCore core ) : void
core DeOps.Implementation.OpCore
return void

Property Details

BootstrapKey public_oe property

public byte[] BootstrapKey
return byte[]

BootstrapPath public_oe property

public string BootstrapPath
return string

Ports public_oe property

public PortsConfig Ports
return PortsConfig

PortsConfigPath public_oe property

public string PortsConfigPath
return string

StartupPath public_oe property

public string StartupPath
return string

UpdatePath public_oe property

public string UpdatePath
return string