Show / Hide Table of Contents

Class AboutWindowModel

Logic for about window information

Inheritance
System.Object
AboutWindowModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix
Assembly: Phoenix.dll
Syntax
public class AboutWindowModel

Constructors

View Source

AboutWindowModel(IPluginManager)

Initializes a new instance of the AboutWindowModel class.

Declaration
public AboutWindowModel(IPluginManager pluginManager)
Parameters
Type Name Description
IPluginManager pluginManager

Properties

View Source

Modules

Gets the list of modules that are currently loaded.

Declaration
public ObservableCollection<PluginVersionInfo> Modules { get; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<PluginVersionInfo>
View Source

ProductCopyright

Gets the product copyright string.

Declaration
public string ProductCopyright { get; }
Property Value
Type Description
System.String
View Source

ProductName

Gets the product name.

Declaration
public string ProductName { get; }
Property Value
Type Description
System.String
View Source

ProductVersion

Gets the product version string.

Declaration
public string ProductVersion { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX