IDll 加载外部DLL 处理类(仅PC端) Load External DLL Processing Class, (PC only)


构造函数 Constructor

构造函数 Constructor说明 Description 备注 Note
IDll(path); path 相对路径的Dll文件 DLL file of relative path

仅支持.Net框架Dll,如果想要扩展C++或C类库,可以使用.Net Dll做桥接,再引用C++或C Dll即可。

函数 Function

函数 Function说明 Description 备注 Note
doStaticFunction(namespace,fname,parameter)

执行DLL静态函数 Run DLLStatic Function

namespace (string)静态函数所在命名空间 name space that Static Function in

fname (string) 函数名称 Function name

parameter (array) 参数 parameters

creatObj(namespace)

创建DLL中的实例对象 Create case object in DLL

namespace (string)class所在命名空间 name space that class in
返回值 IDLLObject() Return IDLLObject()