名称
Windows C++ Node.JS addon, that implements COM IDispatch object wrapper, analog ActiveXObject on cscript.exe
特征
使用ITypeInfo来解决属性和方法之间的冲突(例如!rs.EOF在没有类型信息的情况下不起作用,因为需要将EOF定义为对象)
在构造函数调用中使用可选参数
var con = new ActiveXObject ( "ADODB.Connection" , {
activate : false , // Allow activate existance object instance, false by default
async : true , // Allow asynchronius calls, true by default (not imp
2022-01-06 14:52:40
55KB
C++
1