메소드 | 설명 | |
---|---|---|
LoadNativeAssemblies ( string rootApplicationPath ) : void |
Loads the required native assemblies for the current architecture (x86 or x64)
|
메소드 | 설명 | |
---|---|---|
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. /// |
리턴 | void |