Пример #1
0
 static WaterboxHost()
 {
     NativeImpl = BizInvoker.GetInvoker <WaterboxHostNative>(
         new DynamicLibraryImportResolver(OSTailoredCode.IsUnixHost ? "libwaterboxhost.so" : "waterboxhost.dll", eternal: true),
         CallingConventionAdapters.Native);
                 #if !DEBUG
     NativeImpl.wbx_set_always_evict_blocks(false);
                 #endif
 }