Ruby 2.6.0 リファレンスマニュアル > ライブラリ一覧 > win32/registryライブラリ > Win32::Registryクラス

class Win32::Registry

クラス・モジュールの継承リスト: Win32::Registry < Enumerable < Win32::Registry::Constants < Object < Kernel < BasicObject

要約

特異メソッド

定義 説明
create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED)
create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) {|reg| ... }

@todo

expand_environ(str)

@todo

new(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED)
new(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) {|reg| ... }
open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED)
open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) {|reg| ... }

@todo

time2wtime(time)

@todo

type2name(type)

@todo

wtime2time(wtime)

@todo

インスタンスメソッド

定義 説明
self[name, wtype = nil]

@todo

self[name, rtype] = value = nil

@todo

_dump

@todo

close

@todo

create(subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED)

@todo

created?

@todo

delete(name)
delete_value(name)

@todo

delete_key(name, recursive = false)

@todo

num_keys
max_key_length
num_values
max_value_name_length
max_value_length
descriptor_length
wtime

@todo

disposition

@todo

each {|name, type, value| ... }
each_value {|name, type, value| ... }

@todo

each_key {|subkey, wtime| ... }

@todo

flush

@todo

hkey

@todo

info

@todo

inspect

@todo

keyname

@todo

keys

@todo

name
to_s

@todo

open(subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED)

@todo

open?

@todo

opened?

@todo

parent

@todo

read(name, *rtype)

@todo

read_s(name)
read_i(name)
read_bin(name)

@todo

read_s_expand(name)

@todo

write(name, type, data)

@todo

write_s(name, value)
write_i(name, value)
write_bin(name, value)

@todo

定数

定義 説明
HKEY_CLASSES_ROOT -> Win32::Registry
HKEY_CURRENT_USER -> Win32::Registry
HKEY_LOCAL_MACHINE -> Win32::Registry
HKEY_USERS -> Win32::Registry
HKEY_PERFORMANCE_DATA -> Win32::Registry
HKEY_PERFORMANCE_TEXT -> Win32::Registry
HKEY_PERFORMANCE_NLSTEXT -> Win32::Registry
HKEY_CURRENT_CONFIG -> Win32::Registry
HKEY_DYN_DATA -> Win32::Registry

@todo

継承したメソッド

! != __id__ __send__ instance_eval instance_exec method_missing singleton_method_added singleton_method_removed singleton_method_undefined all? any? chain chunk chunk_while collect collect_concat count cycle detect drop drop_while each_cons each_entry each_slice each_with_index each_with_object entries filter find_index first grep grep_v group_by include? inject lazy max max_by min min_by minmax minmax_by none? one? partition reject reverse_each slice_after slice_before slice_when sort sort_by sum take take_while to_h to_set uniq zip !~ <=> == === =~ class clone define_singleton_method display enum_for eql? equal? extend freeze frozen? hash initialize initialize_copy instance_of? instance_variable_defined? instance_variable_get instance_variable_set instance_variables is_a? itself marshal_dump marshal_load method methods nil? object_id pretty_inspect pretty_print pretty_print_cycle pretty_print_inspect pretty_print_instance_variables private_methods protected_methods psych_to_yaml public_method public_methods public_send remove_instance_variable respond_to? respond_to_missing? send singleton_class singleton_method singleton_methods taint tainted? tap then to_ary to_hash to_int to_io to_proc to_regexp to_str trust untaint untrust untrusted? .yaml_tag ::ARGF ::ARGV ::DATA ::ENV ::FALSE ::NIL ::RUBY_COPYRIGHT ::RUBY_DESCRIPTION ::RUBY_ENGINE ::RUBY_ENGINE_VERSION ::RUBY_PATCHLEVEL ::RUBY_PLATFORM ::RUBY_RELEASE_DATE ::RUBY_REVISION ::RUBY_VERSION ::SCRIPT_LINES__ ::STDERR ::STDIN ::STDOUT ::TOPLEVEL_BINDING ::TRUE ::KEY_ALL_ACCESS ::MAX_KEY_LENGTH ::REG_BINARY ::REG_CREATED_NEW_KEY ::REG_FORCE_RESTORE ::REG_LEGAL_OPTION