用法
methods(*args)
通过覆盖
,Object#methods
可能适用于 did_you_mean gem。这是实验性的。WIN32OLE
require 'win32ole'
dict = WIN32OLE.new('Scripting.Dictionary')
dict.Ade('a', 1)
#=> Did you mean? Add
调用超类方法
Object#methods
相关用法
- Ruby WIN32OLE.connect用法及代码示例
- Ruby WIN32OLE.codepage用法及代码示例
- Ruby WIN32OLE.locale用法及代码示例
- Ruby WIN32OLE.new用法及代码示例
- Ruby WIN32OLE.ole_show_help用法及代码示例
- Ruby WIN32OLE.locale =用法及代码示例
- Ruby WIN32OLE.create_guid用法及代码示例
- Ruby WIN32OLE.const_load用法及代码示例
- Ruby WIN32OLE.codepage =用法及代码示例
- Ruby WIN32OLE.setproperty用法及代码示例
- Ruby WIN32OLE_VARIANT[i,j,...] =用法及代码示例
- Ruby WIN32OLE_PARAM#ole_type_detail用法及代码示例
- Ruby WIN32OLE#_setproperty用法及代码示例
- Ruby WIN32OLE_RECORD类用法及代码示例
- Ruby WIN32OLE_RECORD#to_h用法及代码示例
- Ruby WIN32OLE_VARIABLE#visible?用法及代码示例
- Ruby WIN32OLE_TYPE#typekind用法及代码示例
- Ruby WIN32OLE_VARIANT.vartype用法及代码示例
- Ruby WIN32OLE_VARIABLE#ole_type_detail用法及代码示例
- Ruby WIN32OLE_TYPE#guid用法及代码示例
- Ruby WIN32OLE_TYPE#variables用法及代码示例
- Ruby WIN32OLE_VARIABLE#name用法及代码示例
- Ruby WIN32OLE_PARAM#default用法及代码示例
- Ruby WIN32OLE_PARAM#input?用法及代码示例
- Ruby WIN32OLE_TYPE#default_event_sources用法及代码示例
注:本文由纯净天空筛选整理自ruby-lang.org大神的英文原创作品 WIN32OLE.methods。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。