本文簡要介紹ruby語言中 WIN32OLE_TYPELIB#path
的用法。
用法
WIN32OLE_TYPELIB#path → The type library file path.
返回類型庫文件路徑。
tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library')
puts tlib.path #-> 'C:\...\EXCEL9.OLB'
相關用法
- Ruby WIN32OLE_TYPELIB#library_name用法及代碼示例
- Ruby WIN32OLE_TYPELIB#major_version用法及代碼示例
- Ruby WIN32OLE_TYPELIB#ole_types用法及代碼示例
- Ruby WIN32OLE_TYPELIB#minor_version用法及代碼示例
- Ruby WIN32OLE_TYPELIB#inspect用法及代碼示例
- Ruby WIN32OLE_TYPELIB#version用法及代碼示例
- Ruby WIN32OLE_TYPELIB#guid用法及代碼示例
- Ruby WIN32OLE_TYPELIB#name用法及代碼示例
- Ruby WIN32OLE_TYPELIB#visible?用法及代碼示例
- Ruby WIN32OLE_TYPELIB.new用法及代碼示例
- Ruby WIN32OLE_TYPELIB.typelibs用法及代碼示例
- Ruby WIN32OLE_TYPE#src_type用法及代碼示例
- Ruby WIN32OLE_TYPE#typekind用法及代碼示例
- Ruby WIN32OLE_TYPE#source_ole_types用法及代碼示例
- Ruby WIN32OLE_TYPE#default_event_sources用法及代碼示例
- Ruby WIN32OLE_TYPE#helpcontext用法及代碼示例
- Ruby WIN32OLE_TYPE#helpfile用法及代碼示例
- Ruby WIN32OLE_TYPE#helpstring用法及代碼示例
- Ruby WIN32OLE_TYPE#ole_methods # the array of WIN32OLE_METHOD objects.用法及代碼示例
- Ruby WIN32OLE_TYPE#variables用法及代碼示例
- Ruby WIN32OLE_TYPE#implemented_ole_types用法及代碼示例
- Ruby WIN32OLE_TYPE#ole_typelib用法及代碼示例
- Ruby WIN32OLE_TYPE#guid用法及代碼示例
- Ruby WIN32OLE_TYPE#inspect用法及代碼示例
- Ruby WIN32OLE_TYPE#minor_version用法及代碼示例
注:本文由純淨天空篩選整理自ruby-lang.org大神的英文原創作品 WIN32OLE_TYPELIB#path。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。