ClassicAppManager Class

Definition

A static class that is used to find installed classic desktop apps.

public ref class ClassicAppManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Deployment.Preview.DeploymentPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ClassicAppManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Deployment.Preview.DeploymentPreviewContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class ClassicAppManager
Public Class ClassicAppManager
Inheritance
Object Platform::Object IInspectable ClassicAppManager
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Management.Deployment.Preview.DeploymentPreviewContract (introduced in v1.0)

Methods

FindInstalledApp(String)

Finds and returns info for an installed classic desktop app.

Applies to