XSharpLoadLibrary Function | |
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
public static Assembly XSharpLoadLibrary(
string cLibFileName
)
Request Example
View SourceParameters
- cLibFileName
- Type: String
The full path of the library to load.
Return Value
Type:
AssemblyThe Assembly object of the loaded library.
See Also