Functions.XSharpLoadLibrary 方法 | |
Dynamically loads a library (dll) compiled with X#, running any _INIT procedures it may contain.
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION XSharpLoadLibrary(
cLibFileName AS STRING
) AS Assembly
public static Assembly XSharpLoadLibrary(
string cLibFileName
)
查看代码参数
- cLibFileName
- 类型:String
The full path of the library to load.
返回值
类型:
AssemblyThe Assembly object of the loaded library.
参见