Class: Winreg::Key::Info

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_write_timeObject

Returns the value of attribute last_write_time

Returns:

  • (Object)

    the current value of last_write_time



241
242
243
# File 'lib/winreg.rb', line 241

def last_write_time
  @last_write_time
end

#max_subkey_name_lenObject

Returns the value of attribute max_subkey_name_len

Returns:

  • (Object)

    the current value of 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_bytesObject

Returns the value of attribute max_value_data_bytes

Returns:

  • (Object)

    the current value of 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_lenObject

Returns the value of attribute max_value_name_len

Returns:

  • (Object)

    the current value of max_value_name_len



241
242
243
# File 'lib/winreg.rb', line 241

def max_value_name_len
  @max_value_name_len
end

#subkey_countObject

Returns the value of attribute subkey_count

Returns:

  • (Object)

    the current value of subkey_count



241
242
243
# File 'lib/winreg.rb', line 241

def subkey_count
  @subkey_count
end

#value_countObject

Returns the value of attribute value_count

Returns:

  • (Object)

    the current value of value_count



241
242
243
# File 'lib/winreg.rb', line 241

def value_count
  @value_count
end