るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.012秒)
トップページ > クエリ:shell=[x]

別のキーワード

  1. shell/builtin-command new
  2. etc sc_shell
  3. shell/builtin-command each
  4. shell cd
  5. shell debug=

ライブラリ

クラス

キーワード

検索結果

Etc::Passwd#shell=(shell) (18100.0)

このユーザのログインシェルを設定します。

このユーザのログインシェルを設定します。

WIN32OLE_VARIANT (6.0)

OLEオートメーションの標準型のVARIANTオブジェクトをRubyで利用するための クラスです。

...有無は、呼び出し対象のOLEオートメー
ションサーバの仕様または実装に依存します。

=== サンプルコード

shell =
WIN32OLE.new('Shell.Application')
folder = shell.NameSpace('C:\\Users\\Public\\Documents')
item = folder.ParseName('test.txt')
v = WIN32...

WIN32OLE_VARIANT.new(val, vartype = nil) -> WIN32OLE_VARIANT (6.0)

指定したオブジェクトを値とするWIN32OLE_VARIANTオブジェクトを生成します。

...Time、
WIN32OLE、WIN32OLE_VARIANT、TrueClass、FalseClass、
NilClass のいずれでもありません。

shell =
WIN32OLE.new('Shell.Application')
folder = shell.NameSpace('C:\\Users\\Public\\Documents')
item = folder.ParseName('test.txt')
v = WIN3...