Class ArubaGlobals
Contains globals for Aruba.
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class ArubaGlobals : BindableBase, INotifyPropertyChanged
Fields
View SourceLoggerOutputPrefix
The prefix for the Aruba Phoenix logger.
Declaration
public const string LoggerOutputPrefix = "Aruba"
Field Value
Type | Description |
---|---|
string |
Properties
View SourceArubaCommandRegistry
Gets the ArubaCommandRegistry.
Declaration
public ArubaCommandRegistry ArubaCommandRegistry { get; }
Property Value
Type | Description |
---|---|
ArubaCommandRegistry |
BugActionRegistry
Gets the bug action registry.
Declaration
public BugActionRegistry BugActionRegistry { get; }
Property Value
Type | Description |
---|---|
BugActionRegistry |
CurrentTitle
Gets or sets the currently selected title.
Declaration
public string CurrentTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
May move this to GameClientManager alongside SelectedDevices or move SelectedDevices here as well.
Instance
Gets the static instance of ArubaGlobals.
Declaration
public static ArubaGlobals Instance { get; }
Property Value
Type | Description |
---|---|
ArubaGlobals |
LocalCache
Gets or sets the current local cache folder.
Declaration
public string LocalCache { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenResolverRegistry
Gets the token resolver registry.
Declaration
public TokenResolverRegistry TokenResolverRegistry { get; }
Property Value
Type | Description |
---|---|
TokenResolverRegistry |