Class: Winreg::Key::Info
- Inherits:
-
Struct
- Object
- Struct
- Winreg::Key::Info
- Defined in:
- lib/winreg.rb
Overview
RegQueryInfoKeyW snapshot. last_write_time is a Time with full 100ns FILETIME precision (Rational arithmetic).
Instance Attribute Summary collapse
-
#last_write_time ⇒ Object
Returns the value of attribute last_write_time.
-
#max_subkey_name_len ⇒ Object
Returns the value of attribute max_subkey_name_len.
-
#max_value_data_bytes ⇒ Object
Returns the value of attribute max_value_data_bytes.
-
#max_value_name_len ⇒ Object
Returns the value of attribute max_value_name_len.
-
#subkey_count ⇒ Object
Returns the value of attribute subkey_count.
-
#value_count ⇒ Object
Returns the value of attribute value_count.
Instance Attribute Details
#last_write_time ⇒ Object
Returns the value of attribute last_write_time
241 242 243 |
# File 'lib/winreg.rb', line 241 def last_write_time @last_write_time end |
#max_subkey_name_len ⇒ Object
Returns the value of attribute max_subkey_name_len
241 242 243 |
# File 'lib/winreg.rb', line 241 def max_subkey_name_len @max_subkey_name_len end |
#max_value_data_bytes ⇒ Object
Returns the value of attribute max_value_data_bytes
241 242 243 |
# File 'lib/winreg.rb', line 241 def max_value_data_bytes @max_value_data_bytes end |
#max_value_name_len ⇒ Object
Returns the value of attribute max_value_name_len
241 242 243 |
# File 'lib/winreg.rb', line 241 def max_value_name_len @max_value_name_len end |
#subkey_count ⇒ Object
Returns the value of attribute subkey_count
241 242 243 |
# File 'lib/winreg.rb', line 241 def subkey_count @subkey_count end |
#value_count ⇒ Object
Returns the value of attribute value_count
241 242 243 |
# File 'lib/winreg.rb', line 241 def value_count @value_count end |