Show / Hide Table of Contents

Class MonitorObject

Abstract parent class that all Collected data inherits from.

Inheritance
System.Object
CollectObject
MonitorObject
FileMonitorObject
Inherited Members
CollectObject.Identity
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 abstract class MonitorObject : CollectObject

Properties

| Improve this Doc View Source

ChangeType

Declaration
public CHANGE_TYPE ChangeType { get; set; }
Property Value
Type Description
CHANGE_TYPE
  • Improve this Doc
  • View Source
Back to top Generated by DocFX