Show / Hide Table of Contents

Class CollectObject

Abstract parent class that all Collected data inherits from.

Inheritance
System.Object
CollectObject
CertificateObject
ComObject
EventLogObject
FileMonitorObject
FileSystemObject
FirewallObject
GroupAccountObject
OpenPortObject
RegistryObject
ServiceObject
UserAccountObject
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: 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
In This Article
  • Properties
    • Identity
    • ResultType
    • RowKey
    • Serialized
  • Methods
    • ShouldSerializeRowKey()
    • ShouldSerializeSerialized()
Back to top Generated by DocFX