API Reference
Class
GpoBackup
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
- Metadata describing the backup.
- Files System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}
- Dictionary of file paths to hashes.
Methods
public GpoBackup <Clone>$() #Returns:
GpoBackuppublic Void Deconstruct(out GpoBackupInfo Info, out IReadOnlyDictionary<String, String> Files) #Returns:
VoidParameters
- Info GpoBackupInfo
- Files IReadOnlyDictionary<String, String>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String