C# Класс SqlServerTypes.Utilities

Utility methods related to CLR Types for SQL Server
Показать файл Открыть проект

Открытые методы

Метод Описание
LoadNativeAssemblies ( string rootApplicationPath ) : void

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

Приватные методы

Метод Описание
LoadLibrary ( string libname ) : IntPtr
LoadNativeAssembly ( string nativeBinaryPath, string assemblyName ) : void

Описание методов

LoadNativeAssemblies() публичный статический Метод

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. ///
Результат void