Show / Hide Table of Contents

Class LinuxUtmp

The LinuxUtmp extension captures details specific to Linux Utmp events.

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

Constructors

LinuxUtmp()

Declaration
public LinuxUtmp()

LinuxUtmp(LinuxUtmp)

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

Properties

RecordType

The activity record type.

Declaration
public LinuxUtmp.Types.RecordType RecordType { get; set; }
Property Value
Type Description
LinuxUtmp.Types.RecordType
In this article
Back to top Generated by DocFX