Impact Acquire SDK .NET
LibraryPath Class Reference

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.
 

Detailed Description

A small helper class to administer various library search path related variables and paths.

Member Function Documentation

◆ addManagedPath()

static void addManagedPath ( params String[] libraryPaths)
inlinestatic

Will add a path to the managed library search path.

Parameters
[in]libraryPathsAn array of strings to add to the managed library search path.

◆ addNativePath()

static void addNativePath ( params String[] libraryPaths)
inlinestatic

Will add a path to the native library search path.

Parameters
[in]libraryPathsAn array of strings to add to the native library search path.

◆ init()

◆ removeManagedPath()

static void removeManagedPath ( params String[] libraryPaths)
inlinestatic

Will remove a path from the managed library search path.

Parameters
[in]libraryPathsAn array of strings to remove from the managed library search path.

◆ removeNativePath()

static void removeNativePath ( params String[] libraryPaths)
inlinestatic

Will remove a path from the native library search path.

Parameters
[in]libraryPathsAn array of strings to remove from the native library search path.