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 SourceAboutWindowModel(IPluginManager)
Initializes a new instance of the AboutWindowModel class.
Declaration
public AboutWindowModel(IPluginManager pluginManager)
Parameters
Type | Name | Description |
---|---|---|
IPluginManager | pluginManager |
Properties
View SourceModules
Gets the list of modules that are currently loaded.
Declaration
public ObservableCollection<PluginVersionInfo> Modules { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<PluginVersionInfo> |
ProductCopyright
Gets the product copyright string.
Declaration
public string ProductCopyright { get; }
Property Value
Type | Description |
---|---|
System.String |
ProductName
Gets the product name.
Declaration
public string ProductName { get; }
Property Value
Type | Description |
---|---|
System.String |
ProductVersion
Gets the product version string.
Declaration
public string ProductVersion { get; }
Property Value
Type | Description |
---|---|
System.String |