RegistryKeyInfo class

Represents information about a Windows Registry key.

Constructors

RegistryKeyInfo(String className, int subKeyCount, int subKeyNameMaxLength, int subKeyClassNameMaxLength, int valuesCount, int valueNameMaxLength, int valueDataMaxSizeInBytes, int securityDescriptorLength, DateTime? lastWriteTime)
Creates an instance of RegistryKeyInfo with the specified attributes.
const

Properties

className String
The class name of the Registry key.
final
hashCode int
The hash code for this object.
no setterinherited
lastWriteTime DateTime?
The date and time when this Registry key was last written to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityDescriptorLength int
The length of the security descriptor associated with this Registry key.
final
subKeyClassNameMaxLength int
The maximum length of subkey class names.
final
subKeyCount int
The number of subkeys under this Registry key.
final
subKeyNameMaxLength int
The maximum length of subkey names.
final
valueDataMaxSizeInBytes int
The maximum size of value data associated with this Registry key.
final
valueNameMaxLength int
The maximum length of value names.
final
valuesCount int
The number of values associated with this Registry key.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited