API Reference
Class
PolEntry
Represents a single entry in a .pol file.
Inheritance
- Object
- PolEntry
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
- Property LocalGpoComparison.Added
- Property LocalGpoComparison.Changed
- Property LocalGpoComparison.Removed
- Method LocalGpoSnapshot.Enumerate
- Property LocalGpoSnapshot.Entries
- Property Change.New
- Property Change.Old
- Property Result.Added
- Property Result.Removed
- Method PolFile.Enumerate
- Method PolFileParser.Parse
- Property PolicyAuditResult.Entry
- Method RegFile.Enumerate
Accepted by parameters
- Constructor LocalGpoComparison.LocalGpoComparison
- Constructor LocalGpoComparison.LocalGpoComparison
- Constructor LocalGpoComparison.LocalGpoComparison
- Method PolDiff.Compute
- Method PolDiff.Compute
- Constructor Change.Change
- Constructor Change.Change
- Method Change.Deconstruct
- Method Change.Deconstruct
- Constructor Result.Result
- Constructor Result.Result
- Method PolFile.AddEntry
- Method PolFileParser.ExportToReg
- Constructor PolicyAuditResult.PolicyAuditResult
- Method RegFileExporter.ToRegFile
Constructors
public PolEntry(String keyPath, String valueName, UInt32 valueType, Byte[] data, String comment = null) #Initializes a new instance of the PolEntry class.
Parameters
- keyPath System.String
- Registry key path.
- valueName System.String
- Registry value name.
- valueType System.UInt32
- Registry value type.
- data System.Byte[]
- Value data.
- comment System.String = null
- Optional comment associated with the entry.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Comment { get; set; } #Gets or sets the comment associated with the entry.