Show / Hide Table of Contents

Class EventLogObject

Inheritance
System.Object
CollectObject
EventLogObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class EventLogObject : CollectObject

Constructors

| Improve this Doc View Source

EventLogObject(String)

Declaration
public EventLogObject(string Event)
Parameters
Type Name Description
System.String Event

Properties

| Improve this Doc View Source

Data

Additional associated data

Declaration
public List<string> Data { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Event

The raw event text

Declaration
public string Event { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Identity

The raw event text

Declaration
public override string Identity { get; }
Property Value
Type Description
System.String
Overrides
CollectObject.Identity
| Improve this Doc View Source

Level

The severity level of the event message (availability platform dependent)

Declaration
public string Level { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Process

The process that the event log is from.

Declaration
public string Process { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Source

The Event Log source

Declaration
public string Source { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Summary

A summary description of the event message (availability platform dependent)

Declaration
public string Summary { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Timestamp

The recorded Timestamp in the log file

Declaration
public DateTime? Timestamp { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX