API Reference
Class
PolEntry
Represents a single entry in a .pol file.
Inheritance
- Object
- PolEntry
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
Properties
public String Comment { get; set; } #Gets or sets the comment associated with the entry.