//----------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. // // // NativeMethods code that is specific to ESENT. // //----------------------------------------------------------------------- namespace Microsoft.Isam.Esent.Interop.Implementation { /// /// Configuration for functions in esent.dll. /// internal static partial class NativeMethods { /// /// The name of the DLL that the methods should be loaded from. /// private const string EsentDll = "esent.dll"; } }