Show / Hide Table of Contents

Class CollectObject

Abstract parent class that all Collected data inherits from.

Inheritance
System.Object
CollectObject
CertificateObject
ComObject
CryptographicKeyObject
DriverObject
EventLogObject
FileSystemObject
FirewallObject
GroupAccountObject
MonitorObject
OpenPortObject
ProcessObject
RegistryObject
ServiceObject
TpmObject
UserAccountObject
WifiObject
Inherited Members
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 CollectObject

Properties

| Improve this Doc View Source

Identity

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

ResultType

Declaration
public RESULT_TYPE ResultType { get; set; }
Property Value
Type Description
RESULT_TYPE
| Improve this Doc View Source

RowKey

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

Serialized

Declaration
public string Serialized { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ShouldSerializeRowKey()

Declaration
public static bool ShouldSerializeRowKey()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeSerialized()

Declaration
public static bool ShouldSerializeSerialized()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX