TestimoX

API Reference

Class

GpoBackup

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<GpoBackup>
Modifiers sealed

Represents a loaded GPO backup.

Inheritance

  • Object
  • GpoBackup

Constructors

public GpoBackup(GpoBackupInfo Info, IReadOnlyDictionary<String, String> Files) #

Represents a loaded GPO backup.

Parameters

Info ADPlayground.Gpo.GpoBackupInfo requiredposition: 0
Metadata describing the backup.
Files System.Collections.Generic.IReadOnlyDictionary{System.String,System.String} requiredposition: 1
Dictionary of file paths to hashes.

Methods

public GpoBackup <Clone>$() #
Returns: GpoBackup
public Void Deconstruct(out GpoBackupInfo Info, out IReadOnlyDictionary<String, String> Files) #
Returns: Void

Parameters

Info GpoBackupInfo requiredposition: 0
Files IReadOnlyDictionary<String, String> requiredposition: 1
public virtual Boolean Equals(GpoBackup other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public GpoBackupInfo Info { get; set; } #

Metadata describing the backup.

public IReadOnlyDictionary<String, String> Files { get; set; } #

Dictionary of file paths to hashes.