Click or drag to resize

XSharpLoadLibrary Function

X#
Dynamically loads a library (dll) compiled with X#, running any _INIT procedures it may contain.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION XSharpLoadLibrary(
	cLibFileName AS STRING
) AS Assembly
Request Example View Source

Parameters

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

Return Value

Type: Assembly
The Assembly object of the loaded library.
See Also