Show / Hide Table of Contents

Class UserAssist

The UserAssist extension captures details specific to Windows User Assist events.

Inheritance
object
UserAssist
Implements
IMessage<UserAssist>
IEquatable<UserAssist>
IDeepCloneable<UserAssist>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class UserAssist : IMessage<UserAssist>, IEquatable<UserAssist>, IDeepCloneable<UserAssist>, IBufferMessage, IMessage

Constructors

UserAssist()

Declaration
public UserAssist()

UserAssist(UserAssist)

Declaration
public UserAssist(UserAssist other)
Parameters
Type Name Description
UserAssist other

Properties

ApplicationFocusCount

The number of times the application associated with the entry gained focus.

Declaration
public long ApplicationFocusCount { get; set; }
Property Value
Type Description
long

ApplicationFocusDuration

The total duration the application associated with the entry was in focus.

Declaration
public Duration ApplicationFocusDuration { get; set; }
Property Value
Type Description
Duration

EntryIndex

The index or identifier of the user assist entry, unique per user.

Declaration
public long EntryIndex { get; set; }
Property Value
Type Description
long

ExecutionsCount

The number of times the application associated with the entry has been executed.

Declaration
public long ExecutionsCount { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX