API Reference
Class
GpoBackup
Represents a loaded GPO backup.
Inheritance
- Object
- GpoBackup
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method GpoBackup.<Clone>$
- Method GpoComparer.Load
- Method GpoComparer.Load
Accepted by parameters
- Method GpoComparer.Diff
- Method GpoComparer.Diff
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