Show / Hide Table of Contents

Class WinPackageInfo

Package info for Windows platforms.

Inheritance
object
WinPackageInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Applications
Assembly: DeviceConsole.Environments.dll
Syntax
public class WinPackageInfo

Constructors

View Source

WinPackageInfo(string, string, string, PackageOrigin, string, Version, IEnumerable<string>)

Initializes a new instance of the WinPackageInfo class.

Declaration
public WinPackageInfo(string displayName, string familyName, string fullName, WinPackageInfo.PackageOrigin origin, string publisher, Version version, IEnumerable<string> applications)
Parameters
Type Name Description
string displayName

The display name of the package.

string familyName

The family name of the package.

string fullName

The full name of the package.

WinPackageInfo.PackageOrigin origin

The origin of the package.

string publisher

The publisher of the package.

Version version

The package version.

IEnumerable<string> applications

The application ids in the package.

Properties

View Source

Applications

Gets the applications ids in the package.

Declaration
public IReadOnlyList<string> Applications { get; }
Property Value
Type Description
IReadOnlyList<string>
View Source

DisplayName

Gets the display name of the package.

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

FamilyName

Gets the family name of the package.

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

FullName

Gets the full name of the package.

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

Origin

Gets the origin of the package.

Declaration
public WinPackageInfo.PackageOrigin Origin { get; }
Property Value
Type Description
WinPackageInfo.PackageOrigin
View Source

Publisher

Gets the publisher of the package.

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

Version

Gets the version of the package.

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

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
  • View Source
In This Article
Back to top Generated by DocFX