Impact Acquire SDK .NET
|
A small helper class to administer various library search path related variables and paths. More...
Static Public Member Functions | |
static void | addManagedPath (params String[] libraryPaths) |
Will add a path to the managed library search path. | |
static void | addNativePath (params String[] libraryPaths) |
Will add a path to the native library search path. | |
static void | init () |
Calling this method will add the folders containing unmanaged libraries to the systems library search path or the PATH variable. | |
static void | removeManagedPath (params String[] libraryPaths) |
Will remove a path from the managed library search path. | |
static void | removeNativePath (params String[] libraryPaths) |
Will remove a path from the native library search path. | |
A small helper class to administer various library search path related variables and paths.
Will add a path to the managed library search path.
[in] | libraryPaths | An array of strings to add to the managed library search path. |
Will add a path to the native library search path.
[in] | libraryPaths | An array of strings to add to the native library search path. |
Calling this method will add the folders containing unmanaged libraries to the systems library search path or the PATH variable.
Will remove a path from the managed library search path.
[in] | libraryPaths | An array of strings to remove from the managed library search path. |