C# Class ZeroInstall.EmbeddedConfig

Represents configuration embedded into the exectuable itself. This is used to create customized bootstrappers that use Zero Install to run or integrate another application.
显示文件 Open project: 0install/0install-win

Public Properties

Property Type Description
Instance EmbeddedConfig

Private Methods

Method Description
EmbeddedConfig ( ) : System

Loads the embedded configuration.

GetAppMode ( string value ) : BootstrapMode

Property Details

Instance public_oe static_oe property

The embedded config as a singleton.
public static EmbeddedConfig,ZeroInstall Instance
return EmbeddedConfig