Show / Hide Table of Contents

Class DriverObject

Inheritance
System.Object
CollectObject
DriverObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class DriverObject : CollectObject

Constructors

| Improve this Doc View Source

DriverObject(String)

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

Properties

| Improve this Doc View Source

AcceptPause

Declaration
public bool? AcceptPause { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

AcceptStop

Declaration
public bool? AcceptStop { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Address

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

Architecture

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

BSS

Declaration
public long? BSS { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

Code

Declaration
public long? Code { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

Description

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

DisplayName

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

DriverType

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

Identity

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

Index

Declaration
public int? Index { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Init

Declaration
public long? Init { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

LinkDate

Declaration
public DateTime? LinkDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

LinkedAgainst

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

Name

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

PagedPool

Declaration
public long? PagedPool { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

Path

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

Properties

Declaration
public Dictionary<string, string>? Properties { get; set; }
Property Value
Type Description
System.Nullable<Dictionary<System.String, System.String>>
| Improve this Doc View Source

Refs

Declaration
public int? Refs { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Signature

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

Size

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

StartMode

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

State

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

Status

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

UUID

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

Version

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

Wired

Declaration
public string? Wired { get; set; }
Property Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX