SystemInformation.LaunchCount 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.
Gets the number of times the app has been launched.
Will be 0
if TrackAppUse(IActivatedEventArgs, XamlRoot) has not been called yet.
public static long LaunchCount { get; }
public long LaunchCount { get; }
static member LaunchCount : int64
member this.LaunchCount : int64
Public Shared ReadOnly Property LaunchCount As Long
Public ReadOnly Property LaunchCount As Long