点击或拖拽改变大小

Functions.XSharpLoadLibrary 方法

X#
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
查看代码

参数

cLibFileName
类型:String
The full path of the library to load.

返回值

类型:Assembly
The Assembly object of the loaded library.
参见