C# Class SqlServerTypes.Utilities

Utility methods related to CLR Types for SQL Server
Mostrar archivo Open project: webappsuk/CoreLibraries

Public Methods

Method Description
LoadNativeAssemblies ( string rootApplicationPath ) : void

Loads the required native assemblies for the current architecture (x86 or x64)

Private Methods

Method Description
LoadLibrary ( string libname ) : IntPtr
LoadNativeAssembly ( string nativeBinaryPath, string assemblyName ) : void

Method Details

LoadNativeAssemblies() public static method

Loads the required native assemblies for the current architecture (x86 or x64)
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