Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 702 Bytes

File metadata and controls

19 lines (13 loc) · 702 Bytes
title Utilities.IsPackaged() Method
description The IsPackaged utility method is used to determine if the current process is running with package identity.
ms.date 2/27/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

Utilities.IsPackaged() Method

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Can be used to quickly determine if this process is running with package identity (returns true).

Returns

A Boolean value indicating whether the current process is running with package identity. It returns true if the process is running with package identity; otherwise, it returns false.