Method | Description | |
---|---|---|
LoadNativeAssemblies ( string rootApplicationPath ) : void |
Loads the required native assemblies for the current architecture (x86 or x64)
|
Method | Description | |
---|---|---|
LoadLibrary ( string libname ) : |
||
LoadNativeAssembly ( string nativeBinaryPath, string assemblyName ) : void |
public static LoadNativeAssemblies ( string rootApplicationPath ) : void | ||
rootApplicationPath | string | /// Root path of the current application. Use Server.MapPath(".") for ASP.NET applications /// and AppDomain.CurrentDomain.BaseDirectory for desktop applications. /// |
return | void |