DkmActivateAppPackageInfo.LaunchForDebugging 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.
If true, the app is being debugged.
This API was introduced in Visual Studio 15 Update 1 (DkmApiVersion.VS15Update1).
public:
property bool LaunchForDebugging { bool get(); };
public:
property bool LaunchForDebugging { bool get(); };
public bool LaunchForDebugging { get; }
member this.LaunchForDebugging : bool
Public ReadOnly Property LaunchForDebugging As Boolean