当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript Get对象 函数

VBScript
VBScript 介绍
如何使用 VBScript
VBScript 放置
VBScript 变量
VBScript 程序
VBScript 条件语句
VBScript 循环声明
VBScript 摘要
VBScript 实例
VBScript 函数
VBScript 关键字

VBScript Get对象 函数


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 207 ::
收藏到网摘: n/a

The GetObject function returns a reference to an automation object from a file.
GetObject 函数可返回对文件中 Automation 对象的引用

语法

GetObject([pathname][,class])

参数 描述
pathname Optional. The full path and name of the file that contains the automation object. If this parameter is omitted, the class parameter is required
可选项。字符串,包含待检索对象的文件的完整路径和名称。如果省略 pathname 则必须有 class。
class Optional. The class of the automation object. This parameter uses this syntax: appname.objectype
可选项。字符串,对象的类。

评论 (0) All

登陆 | 还没注册?