DkmProcess.IsAppPackage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the process belongs to a Windows Store app package or Windows Phone app package.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property bool IsAppPackage { bool get(); };
public:
property bool IsAppPackage { bool get(); };
public bool IsAppPackage { get; }
member this.IsAppPackage : bool
Public ReadOnly Property IsAppPackage As Boolean