C# 클래스 SqlServerTypes.Utilities

Utility methods related to CLR Types for SQL Server
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
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