Learn how to evaluate and integrate the VNC SDK
DynamicLoader¶
-
class DynamicLoader
¶ Provides run-time loading of dynamic libraries.
Nested classes¶
Method summary
Modifier and Type | Method and Description |
---|---|
static String |
Loads the VNC SDK dynamic library file by searching in the specified directories in order. All directories must be specified with absolute paths, i.e. they must include a root directory. |
static String |
Returns a platform-specific subdirectory of the specified directory, following the layout of the “lib” directory of the VNC SDK. |
Methods¶
-
static String
DynamicLoader.LoadLibrary
(String[] directories)¶ Loads the VNC SDK dynamic library file by searching in the specified directories in order.
All directories must be specified with absolute paths, i.e. they must include a root directory.
Return type: String - Returns the path of the loaded dynamic library file, or throws an Exception.