Show / Hide Table of Contents

Class InstallerLocator

Application updater locator.

Inheritance
Object
InstallerLocator
Implements
Ecng.Serialization.IPersistable
Namespace: StockSharp.Installer
Assembly: StockSharp.Installer.dll
Syntax
public class InstallerLocator : Object, IPersistable

Properties

Directory

Updater directory.

Declaration
public string Directory { get; }
Property Value
Type Description
String

Instance

Singleton instance.

Declaration
public static InstallerLocator Instance { get; }
Property Value
Type Description
InstallerLocator

IsFirstRun

Declaration
public static bool IsFirstRun { get; }
Property Value
Type Description
Boolean

Version

Updater version.

Declaration
public Version Version { get; }
Property Value
Type Description
Version

Methods

Save()

Save locator data.

Declaration
public void Save()

Implements

Ecng.Serialization.IPersistable

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾