るりまサーチ (Ruby 3.0)

最速Rubyリファレンスマニュアル検索!
18件ヒット [1-18件を表示] (0.046秒)

別のキーワード

  1. win32ole new
  2. win32ole to_s
  3. win32ole name
  4. win32ole ole_type
  5. win32ole ole_free

ライブラリ

クラス

モジュール

キーワード

検索結果

Win32::Resolv.#get_resolv_info -> [[String], [String]] (9076.0)

ドメイン名とネームサーバを配列の配列で返します。

ドメイン名とネームサーバを配列の配列で返します。

例:

require "win32/resolv"
p Win32::Resolv.get_resolv_info #=> [["my.example.com"], ["192.168.1.1"]]

設定されていない情報は nil になります。

# ドメイン名が設定されていない場合。
require "win32/resolv"
p Win32::Resolv.get_resolv_info #=> [nil, ["192.168.1.1"]]

Win32::Resolv.#get_hosts_path -> String | nil (9040.0)

hosts ファイルのパスを返します。ファイルが存在しない場合は nil を返します。

hosts ファイルのパスを返します。ファイルが存在しない場合は nil を返します。

例:

require "win32/resolv"
p Win32::Resolv.get_hosts_path #=> "C:\Windows\System32\drivers\etc\hosts"

Win32::Registry::API.#CloseKey(hkey) (9004.0)

@todo

@todo

Win32::Registry::API.#CreateKey(hkey, name, opt, desired) (9004.0)

@todo

@todo

Win32::Registry::API.#DeleteKey(hkey, name) (9004.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#DeleteValue(hkey, name) (9004.0)

@todo

@todo

Win32::Registry::API.#EnumKey(hkey, index) (9004.0)

@todo

@todo

Win32::Registry::API.#EnumValue(hkey, index) (9004.0)

@todo

@todo

Win32::Registry::API.#FlushKey(hkey) (9004.0)

@todo

@todo

Win32::Registry::API.#OpenKey(hkey, name, opt, desired) (9004.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#QueryInfoKey(hkey) (9004.0)

@todo

@todo

Win32::Registry::API.#QueryValue(hkey, name) (9004.0)

@todo

@todo

Win32::Registry::API.#SetValue(hkey, name, type, data, size) (9004.0)

@todo

@todo

Win32::Registry::API.#check(result) (9004.0)

@todo

@todo

Win32::Registry::API.#packdw(dw) (9004.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#packqw(qw) (9004.0)

@todo

@todo

Win32::Registry::API.#unpackdw(dw) (9004.0)

@todo

@todo

Win32::Registry::API.#unpackqw(qw) (9004.0)

@todo

@todo