Show / Hide Table of Contents

Class ArubaGlobals

Contains globals for Aruba.

Inheritance
object
BindableBase
ArubaGlobals
Implements
INotifyPropertyChanged
Inherited Members
BindableBase.SetProperty<T>(ref T, T, string)
BindableBase.SetProperty<T>(ref T, T, Action, string)
BindableBase.RaisePropertyChanged(string)
BindableBase.OnPropertyChanged(PropertyChangedEventArgs)
BindableBase.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class ArubaGlobals : BindableBase, INotifyPropertyChanged

Fields

View Source

LoggerOutputPrefix

The prefix for the Aruba Phoenix logger.

Declaration
public const string LoggerOutputPrefix = "Aruba"
Field Value
Type Description
string

Properties

View Source

ArubaCommandRegistry

Gets the ArubaCommandRegistry.

Declaration
public ArubaCommandRegistry ArubaCommandRegistry { get; }
Property Value
Type Description
ArubaCommandRegistry
View Source

BugActionRegistry

Gets the bug action registry.

Declaration
public BugActionRegistry BugActionRegistry { get; }
Property Value
Type Description
BugActionRegistry
View Source

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.

View Source

Instance

Gets the static instance of ArubaGlobals.

Declaration
public static ArubaGlobals Instance { get; }
Property Value
Type Description
ArubaGlobals
View Source

LocalCache

Gets or sets the current local cache folder.

Declaration
public string LocalCache { get; set; }
Property Value
Type Description
string
View Source

TokenResolverRegistry

Gets the token resolver registry.

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

Implements

INotifyPropertyChanged
  • View Source
In this article
Back to top Generated by DocFX