diff --git a/SharpProp/CoolProp/CPInvoke.cs b/SharpProp/CoolProp/CPInvoke.cs index 9288320..9b8c365 100644 --- a/SharpProp/CoolProp/CPInvoke.cs +++ b/SharpProp/CoolProp/CPInvoke.cs @@ -33,7 +33,7 @@ protected class SWIGExceptionHelper { static ExceptionArgumentDelegate argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException); static ExceptionArgumentDelegate argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="SWIGRegisterExceptionCallbacks_CoolProp")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="SWIGRegisterExceptionCallbacks_CoolProp")] public static extern void SWIGRegisterExceptionCallbacks_CoolProp( ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, @@ -47,7 +47,7 @@ public static extern void SWIGRegisterExceptionCallbacks_CoolProp( ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="SWIGRegisterExceptionArgumentCallbacks_CoolProp")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="SWIGRegisterExceptionArgumentCallbacks_CoolProp")] public static extern void SWIGRegisterExceptionCallbacksArgument_CoolProp( ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, @@ -174,7 +174,7 @@ protected class SWIGStringHelper { public delegate string SWIGStringDelegate(string message); static SWIGStringDelegate stringDelegate = new SWIGStringDelegate(CreateString); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="SWIGRegisterStringCallback_CoolProp")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="SWIGRegisterStringCallback_CoolProp")] public static extern void SWIGRegisterStringCallback_CoolProp(SWIGStringDelegate stringDelegate); static string CreateString(string cString) { @@ -193,1426 +193,1426 @@ static CPInvoke() { } - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_Clear")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_Clear")] public static extern void DoubleVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_Add")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_Add")] public static extern void DoubleVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_size")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_size")] public static extern uint DoubleVector_size(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_capacity")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_capacity")] public static extern uint DoubleVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_reserve")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_reserve")] public static extern void DoubleVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_DoubleVector__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_DoubleVector__SWIG_0")] public static extern global::System.IntPtr new_DoubleVector__SWIG_0(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_DoubleVector__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_DoubleVector__SWIG_1")] public static extern global::System.IntPtr new_DoubleVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_DoubleVector__SWIG_2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_DoubleVector__SWIG_2")] public static extern global::System.IntPtr new_DoubleVector__SWIG_2(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_getitemcopy")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_getitemcopy")] public static extern double DoubleVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_getitem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_getitem")] public static extern double DoubleVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_setitem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_setitem")] public static extern void DoubleVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_AddRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_AddRange")] public static extern void DoubleVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_GetRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_GetRange")] public static extern global::System.IntPtr DoubleVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_Insert")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_Insert")] public static extern void DoubleVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_InsertRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_InsertRange")] public static extern void DoubleVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_RemoveAt")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_RemoveAt")] public static extern void DoubleVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_RemoveRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_RemoveRange")] public static extern void DoubleVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_Repeat")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_Repeat")] public static extern global::System.IntPtr DoubleVector_Repeat(double jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_Reverse__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_Reverse__SWIG_0")] public static extern void DoubleVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_Reverse__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_Reverse__SWIG_1")] public static extern void DoubleVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_SetRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_SetRange")] public static extern void DoubleVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_Contains")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_Contains")] public static extern bool DoubleVector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_IndexOf")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_IndexOf")] public static extern int DoubleVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_LastIndexOf")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_LastIndexOf")] public static extern int DoubleVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_DoubleVector_Remove")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_DoubleVector_Remove")] public static extern bool DoubleVector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_DoubleVector")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_DoubleVector")] public static extern void delete_DoubleVector(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Clear")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Clear")] public static extern void VectorOfDoubleVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Add")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Add")] public static extern void VectorOfDoubleVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_size")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_size")] public static extern uint VectorOfDoubleVector_size(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_capacity")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_capacity")] public static extern uint VectorOfDoubleVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_reserve")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_reserve")] public static extern void VectorOfDoubleVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_VectorOfDoubleVector__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_VectorOfDoubleVector__SWIG_0")] public static extern global::System.IntPtr new_VectorOfDoubleVector__SWIG_0(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_VectorOfDoubleVector__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_VectorOfDoubleVector__SWIG_1")] public static extern global::System.IntPtr new_VectorOfDoubleVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_VectorOfDoubleVector__SWIG_2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_VectorOfDoubleVector__SWIG_2")] public static extern global::System.IntPtr new_VectorOfDoubleVector__SWIG_2(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_getitemcopy")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_getitemcopy")] public static extern global::System.IntPtr VectorOfDoubleVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_getitem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_getitem")] public static extern global::System.IntPtr VectorOfDoubleVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_setitem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_setitem")] public static extern void VectorOfDoubleVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_AddRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_AddRange")] public static extern void VectorOfDoubleVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_GetRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_GetRange")] public static extern global::System.IntPtr VectorOfDoubleVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Insert")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Insert")] public static extern void VectorOfDoubleVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_InsertRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_InsertRange")] public static extern void VectorOfDoubleVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_RemoveAt")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_RemoveAt")] public static extern void VectorOfDoubleVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_RemoveRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_RemoveRange")] public static extern void VectorOfDoubleVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Repeat")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Repeat")] public static extern global::System.IntPtr VectorOfDoubleVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Reverse__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Reverse__SWIG_0")] public static extern void VectorOfDoubleVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Reverse__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_Reverse__SWIG_1")] public static extern void VectorOfDoubleVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_SetRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfDoubleVector_SetRange")] public static extern void VectorOfDoubleVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_VectorOfDoubleVector")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_VectorOfDoubleVector")] public static extern void delete_VectorOfDoubleVector(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_Clear")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_Clear")] public static extern void StringVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_Add")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_Add")] public static extern void StringVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_size")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_size")] public static extern uint StringVector_size(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_capacity")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_capacity")] public static extern uint StringVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_reserve")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_reserve")] public static extern void StringVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_StringVector__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_StringVector__SWIG_0")] public static extern global::System.IntPtr new_StringVector__SWIG_0(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_StringVector__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_StringVector__SWIG_1")] public static extern global::System.IntPtr new_StringVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_StringVector__SWIG_2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_StringVector__SWIG_2")] public static extern global::System.IntPtr new_StringVector__SWIG_2(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_getitemcopy")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_getitemcopy")] public static extern string StringVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_getitem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_getitem")] public static extern string StringVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_setitem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_setitem")] public static extern void StringVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, string jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_AddRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_AddRange")] public static extern void StringVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_GetRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_GetRange")] public static extern global::System.IntPtr StringVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_Insert")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_Insert")] public static extern void StringVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, string jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_InsertRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_InsertRange")] public static extern void StringVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_RemoveAt")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_RemoveAt")] public static extern void StringVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_RemoveRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_RemoveRange")] public static extern void StringVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_Repeat")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_Repeat")] public static extern global::System.IntPtr StringVector_Repeat(string jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_Reverse__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_Reverse__SWIG_0")] public static extern void StringVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_Reverse__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_Reverse__SWIG_1")] public static extern void StringVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_SetRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_SetRange")] public static extern void StringVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_Contains")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_Contains")] public static extern bool StringVector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_IndexOf")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_IndexOf")] public static extern int StringVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_LastIndexOf")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_LastIndexOf")] public static extern int StringVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_StringVector_Remove")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_StringVector_Remove")] public static extern bool StringVector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_StringVector")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_StringVector")] public static extern void delete_StringVector(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Clear")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Clear")] public static extern void VectorOfStringVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Add")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Add")] public static extern void VectorOfStringVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_size")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_size")] public static extern uint VectorOfStringVector_size(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_capacity")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_capacity")] public static extern uint VectorOfStringVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_reserve")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_reserve")] public static extern void VectorOfStringVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_VectorOfStringVector__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_VectorOfStringVector__SWIG_0")] public static extern global::System.IntPtr new_VectorOfStringVector__SWIG_0(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_VectorOfStringVector__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_VectorOfStringVector__SWIG_1")] public static extern global::System.IntPtr new_VectorOfStringVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_VectorOfStringVector__SWIG_2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_VectorOfStringVector__SWIG_2")] public static extern global::System.IntPtr new_VectorOfStringVector__SWIG_2(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_getitemcopy")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_getitemcopy")] public static extern global::System.IntPtr VectorOfStringVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_getitem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_getitem")] public static extern global::System.IntPtr VectorOfStringVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_setitem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_setitem")] public static extern void VectorOfStringVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_AddRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_AddRange")] public static extern void VectorOfStringVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_GetRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_GetRange")] public static extern global::System.IntPtr VectorOfStringVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Insert")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Insert")] public static extern void VectorOfStringVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_InsertRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_InsertRange")] public static extern void VectorOfStringVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_RemoveAt")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_RemoveAt")] public static extern void VectorOfStringVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_RemoveRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_RemoveRange")] public static extern void VectorOfStringVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Repeat")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Repeat")] public static extern global::System.IntPtr VectorOfStringVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Reverse__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Reverse__SWIG_0")] public static extern void VectorOfStringVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Reverse__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_Reverse__SWIG_1")] public static extern void VectorOfStringVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_VectorOfStringVector_SetRange")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_VectorOfStringVector_SetRange")] public static extern void VectorOfStringVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_VectorOfStringVector")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_VectorOfStringVector")] public static extern void delete_VectorOfStringVector(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_rhomolar_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_rhomolar_set")] public static extern void SimpleState_rhomolar_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_rhomolar_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_rhomolar_get")] public static extern double SimpleState_rhomolar_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_T_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_T_set")] public static extern void SimpleState_T_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_T_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_T_get")] public static extern double SimpleState_T_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_p_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_p_set")] public static extern void SimpleState_p_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_p_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_p_get")] public static extern double SimpleState_p_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_hmolar_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_hmolar_set")] public static extern void SimpleState_hmolar_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_hmolar_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_hmolar_get")] public static extern double SimpleState_hmolar_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_smolar_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_smolar_set")] public static extern void SimpleState_smolar_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_smolar_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_smolar_get")] public static extern double SimpleState_smolar_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_umolar_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_umolar_set")] public static extern void SimpleState_umolar_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_umolar_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_umolar_get")] public static extern double SimpleState_umolar_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_Q_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_Q_set")] public static extern void SimpleState_Q_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_Q_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_Q_get")] public static extern double SimpleState_Q_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_SimpleState")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_SimpleState")] public static extern global::System.IntPtr new_SimpleState(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_fill")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_fill")] public static extern void SimpleState_fill(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SimpleState_is_valid")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SimpleState_is_valid")] public static extern bool SimpleState_is_valid(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_SimpleState")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_SimpleState")] public static extern void delete_SimpleState(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_CriticalState_stable_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_CriticalState_stable_set")] public static extern void CriticalState_stable_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_CriticalState_stable_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_CriticalState_stable_get")] public static extern bool CriticalState_stable_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_CriticalState")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_CriticalState")] public static extern global::System.IntPtr new_CriticalState(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_CriticalState")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_CriticalState")] public static extern void delete_CriticalState(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SsatSimpleState_exists_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SsatSimpleState_exists_set")] public static extern void SsatSimpleState_exists_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SsatSimpleState_exists_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SsatSimpleState_exists_get")] public static extern int SsatSimpleState_exists_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_SsatSimpleState")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_SsatSimpleState")] public static extern global::System.IntPtr new_SsatSimpleState(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_SsatSimpleState")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_SsatSimpleState")] public static extern void delete_SsatSimpleState(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_parameter_information")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_parameter_information")] public static extern string get_parameter_information(int jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_parameter_index")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_parameter_index")] public static extern int get_parameter_index(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_is_valid_phase")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_is_valid_phase")] public static extern bool is_valid_phase(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_phase_index")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_phase_index")] public static extern int get_phase_index(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_is_trivial_parameter")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_is_trivial_parameter")] public static extern bool is_trivial_parameter(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_is_valid_parameter")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_is_valid_parameter")] public static extern bool is_valid_parameter(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_is_valid_first_derivative")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_is_valid_first_derivative")] public static extern bool is_valid_first_derivative(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_is_valid_first_saturation_derivative")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_is_valid_first_saturation_derivative")] public static extern bool is_valid_first_saturation_derivative(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_is_valid_second_derivative")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_is_valid_second_derivative")] public static extern bool is_valid_second_derivative(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_csv_parameter_list")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_csv_parameter_list")] public static extern string get_csv_parameter_list(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_match_pair")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_match_pair")] public static extern bool match_pair(int jarg1, int jarg2, int jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_input_pair_index")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_input_pair_index")] public static extern int get_input_pair_index(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_input_pair_short_desc")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_input_pair_short_desc")] public static extern string get_input_pair_short_desc(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_input_pair_long_desc")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_input_pair_long_desc")] public static extern string get_input_pair_long_desc(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_split_input_pair")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_split_input_pair")] public static extern void split_input_pair(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_mixture_binary_pair_data")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_mixture_binary_pair_data")] public static extern string get_mixture_binary_pair_data(string jarg1, string jarg2, string jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_mixture_binary_pair_data")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_mixture_binary_pair_data")] public static extern void set_mixture_binary_pair_data(string jarg1, string jarg2, string jarg3, double jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_mixture_binary_pair_pcsaft")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_mixture_binary_pair_pcsaft")] public static extern string get_mixture_binary_pair_pcsaft(string jarg1, string jarg2, string jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_mixture_binary_pair_pcsaft")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_mixture_binary_pair_pcsaft")] public static extern void set_mixture_binary_pair_pcsaft(string jarg1, string jarg2, string jarg3, double jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_extract_backend_families")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_extract_backend_families")] public static extern void extract_backend_families(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_extract_backend_families_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_extract_backend_families_string")] public static extern void extract_backend_families_string(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_backend_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_backend_string")] public static extern string get_backend_string(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SpinodalData_tau_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SpinodalData_tau_set")] public static extern void SpinodalData_tau_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SpinodalData_tau_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SpinodalData_tau_get")] public static extern global::System.IntPtr SpinodalData_tau_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SpinodalData_delta_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SpinodalData_delta_set")] public static extern void SpinodalData_delta_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SpinodalData_delta_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SpinodalData_delta_get")] public static extern global::System.IntPtr SpinodalData_delta_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SpinodalData_M1_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SpinodalData_M1_set")] public static extern void SpinodalData_M1_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SpinodalData_M1_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SpinodalData_M1_get")] public static extern global::System.IntPtr SpinodalData_M1_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_SpinodalData")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_SpinodalData")] public static extern global::System.IntPtr new_SpinodalData(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_SpinodalData")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_SpinodalData")] public static extern void delete_SpinodalData(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_T_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_T_set")] public static extern void GuessesStructure_T_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_T_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_T_get")] public static extern double GuessesStructure_T_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_p_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_p_set")] public static extern void GuessesStructure_p_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_p_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_p_get")] public static extern double GuessesStructure_p_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_set")] public static extern void GuessesStructure_rhomolar_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_get")] public static extern double GuessesStructure_rhomolar_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_hmolar_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_hmolar_set")] public static extern void GuessesStructure_hmolar_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_hmolar_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_hmolar_get")] public static extern double GuessesStructure_hmolar_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_smolar_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_smolar_set")] public static extern void GuessesStructure_smolar_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_smolar_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_smolar_get")] public static extern double GuessesStructure_smolar_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_liq_set")] public static extern void GuessesStructure_rhomolar_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_liq_get")] public static extern double GuessesStructure_rhomolar_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_vap_set")] public static extern void GuessesStructure_rhomolar_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_rhomolar_vap_get")] public static extern double GuessesStructure_rhomolar_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_x_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_x_set")] public static extern void GuessesStructure_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_x_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_x_get")] public static extern global::System.IntPtr GuessesStructure_x_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_y_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_y_set")] public static extern void GuessesStructure_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_y_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_y_get")] public static extern global::System.IntPtr GuessesStructure_y_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_GuessesStructure")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_GuessesStructure")] public static extern global::System.IntPtr new_GuessesStructure(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_GuessesStructure_clear")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_GuessesStructure_clear")] public static extern void GuessesStructure_clear(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_GuessesStructure")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_GuessesStructure")] public static extern void delete_GuessesStructure(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_AbstractState")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_AbstractState")] public static extern void delete_AbstractState(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_factory__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_factory__SWIG_0")] public static extern global::System.IntPtr AbstractState_factory__SWIG_0(string jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_factory__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_factory__SWIG_1")] public static extern global::System.IntPtr AbstractState_factory__SWIG_1(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_T")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_T")] public static extern void AbstractState_set_T(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_backend_name")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_backend_name")] public static extern string AbstractState_backend_name(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_using_mole_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_using_mole_fractions")] public static extern bool AbstractState_using_mole_fractions(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_using_mass_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_using_mass_fractions")] public static extern bool AbstractState_using_mass_fractions(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_using_volu_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_using_volu_fractions")] public static extern bool AbstractState_using_volu_fractions(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_reference_stateS")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_reference_stateS")] public static extern void AbstractState_set_reference_stateS(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_reference_stateD")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_reference_stateD")] public static extern void AbstractState_set_reference_stateD(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_mole_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_mole_fractions")] public static extern void AbstractState_set_mole_fractions(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_mass_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_mass_fractions")] public static extern void AbstractState_set_mass_fractions(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_volu_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_volu_fractions")] public static extern void AbstractState_set_volu_fractions(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_mole_fractions_liquid")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_mole_fractions_liquid")] public static extern global::System.IntPtr AbstractState_mole_fractions_liquid(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_mole_fractions_vapor")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_mole_fractions_vapor")] public static extern global::System.IntPtr AbstractState_mole_fractions_vapor(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_mole_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_mole_fractions")] public static extern global::System.IntPtr AbstractState_get_mole_fractions(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_mass_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_mass_fractions")] public static extern global::System.IntPtr AbstractState_get_mass_fractions(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_update")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_update")] public static extern void AbstractState_update(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3, double jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_update_with_guesses")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_update_with_guesses")] public static extern void AbstractState_update_with_guesses(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3, double jarg4, global::System.Runtime.InteropServices.HandleRef jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_available_in_high_level")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_available_in_high_level")] public static extern bool AbstractState_available_in_high_level(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_fluid_param_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_fluid_param_string")] public static extern string AbstractState_fluid_param_string(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_fluid_names")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_fluid_names")] public static extern global::System.IntPtr AbstractState_fluid_names(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_fluid_constant")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_fluid_constant")] public static extern double AbstractState_get_fluid_constant(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_binary_interaction_double__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_binary_interaction_double__SWIG_0")] public static extern void AbstractState_set_binary_interaction_double__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, string jarg4, double jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_binary_interaction_double__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_binary_interaction_double__SWIG_1")] public static extern void AbstractState_set_binary_interaction_double__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, string jarg4, double jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_binary_interaction_string__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_binary_interaction_string__SWIG_0")] public static extern void AbstractState_set_binary_interaction_string__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, string jarg4, string jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_binary_interaction_string__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_binary_interaction_string__SWIG_1")] public static extern void AbstractState_set_binary_interaction_string__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, string jarg4, string jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_binary_interaction_double__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_binary_interaction_double__SWIG_0")] public static extern double AbstractState_get_binary_interaction_double__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, string jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_binary_interaction_double__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_binary_interaction_double__SWIG_1")] public static extern double AbstractState_get_binary_interaction_double__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, string jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_binary_interaction_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_binary_interaction_string")] public static extern string AbstractState_get_binary_interaction_string(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, string jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_apply_simple_mixing_rule")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_apply_simple_mixing_rule")] public static extern void AbstractState_apply_simple_mixing_rule(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, string jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_cubic_alpha_C")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_cubic_alpha_C")] public static extern void AbstractState_set_cubic_alpha_C(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3, double jarg4, double jarg5, double jarg6); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_set_fluid_parameter_double")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_set_fluid_parameter_double")] public static extern void AbstractState_set_fluid_parameter_double(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3, double jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_fluid_parameter_double")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_fluid_parameter_double")] public static extern double AbstractState_get_fluid_parameter_double(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_clear")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_clear")] public static extern bool AbstractState_clear(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_clear_comp_change")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_clear_comp_change")] public static extern bool AbstractState_clear_comp_change(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_reducing_state")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_reducing_state")] public static extern global::System.IntPtr AbstractState_get_reducing_state(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_state")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_state")] public static extern global::System.IntPtr AbstractState_get_state(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_Tmin")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_Tmin")] public static extern double AbstractState_Tmin(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_Tmax")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_Tmax")] public static extern double AbstractState_Tmax(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_pmax")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_pmax")] public static extern double AbstractState_pmax(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_Ttriple")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_Ttriple")] public static extern double AbstractState_Ttriple(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_phase")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_phase")] public static extern int AbstractState_phase(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_specify_phase")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_specify_phase")] public static extern void AbstractState_specify_phase(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_unspecify_phase")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_unspecify_phase")] public static extern void AbstractState_unspecify_phase(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_T_critical")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_T_critical")] public static extern double AbstractState_T_critical(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_p_critical")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_p_critical")] public static extern double AbstractState_p_critical(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_rhomolar_critical")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_rhomolar_critical")] public static extern double AbstractState_rhomolar_critical(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_rhomass_critical")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_rhomass_critical")] public static extern double AbstractState_rhomass_critical(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_all_critical_points")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_all_critical_points")] public static extern global::System.IntPtr AbstractState_all_critical_points(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_build_spinodal")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_build_spinodal")] public static extern void AbstractState_build_spinodal(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_spinodal_data")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_spinodal_data")] public static extern global::System.IntPtr AbstractState_get_spinodal_data(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_criticality_contour_values")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_criticality_contour_values")] public static extern void AbstractState_criticality_contour_values(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_tangent_plane_distance__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_tangent_plane_distance__SWIG_0")] public static extern double AbstractState_tangent_plane_distance__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_tangent_plane_distance__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_tangent_plane_distance__SWIG_1")] public static extern double AbstractState_tangent_plane_distance__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_T_reducing")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_T_reducing")] public static extern double AbstractState_T_reducing(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_rhomolar_reducing")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_rhomolar_reducing")] public static extern double AbstractState_rhomolar_reducing(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_rhomass_reducing")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_rhomass_reducing")] public static extern double AbstractState_rhomass_reducing(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_p_triple")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_p_triple")] public static extern double AbstractState_p_triple(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_name")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_name")] public static extern string AbstractState_name(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_description")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_description")] public static extern string AbstractState_description(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_dipole_moment")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_dipole_moment")] public static extern double AbstractState_dipole_moment(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_keyed_output")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_keyed_output")] public static extern double AbstractState_keyed_output(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_trivial_keyed_output")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_trivial_keyed_output")] public static extern double AbstractState_trivial_keyed_output(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_saturated_liquid_keyed_output")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_saturated_liquid_keyed_output")] public static extern double AbstractState_saturated_liquid_keyed_output(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_saturated_vapor_keyed_output")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_saturated_vapor_keyed_output")] public static extern double AbstractState_saturated_vapor_keyed_output(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_T")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_T")] public static extern double AbstractState_T(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_rhomolar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_rhomolar")] public static extern double AbstractState_rhomolar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_rhomass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_rhomass")] public static extern double AbstractState_rhomass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_p")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_p")] public static extern double AbstractState_p(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_Q")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_Q")] public static extern double AbstractState_Q(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_tau")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_tau")] public static extern double AbstractState_tau(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_delta")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_delta")] public static extern double AbstractState_delta(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_molar_mass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_molar_mass")] public static extern double AbstractState_molar_mass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_acentric_factor")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_acentric_factor")] public static extern double AbstractState_acentric_factor(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_gas_constant")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_gas_constant")] public static extern double AbstractState_gas_constant(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_Bvirial")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_Bvirial")] public static extern double AbstractState_Bvirial(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_dBvirial_dT")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_dBvirial_dT")] public static extern double AbstractState_dBvirial_dT(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_Cvirial")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_Cvirial")] public static extern double AbstractState_Cvirial(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_dCvirial_dT")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_dCvirial_dT")] public static extern double AbstractState_dCvirial_dT(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_compressibility_factor")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_compressibility_factor")] public static extern double AbstractState_compressibility_factor(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_hmolar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_hmolar")] public static extern double AbstractState_hmolar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_hmolar_residual")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_hmolar_residual")] public static extern double AbstractState_hmolar_residual(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_hmass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_hmass")] public static extern double AbstractState_hmass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_hmolar_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_hmolar_excess")] public static extern double AbstractState_hmolar_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_hmass_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_hmass_excess")] public static extern double AbstractState_hmass_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_smolar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_smolar")] public static extern double AbstractState_smolar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_smolar_residual")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_smolar_residual")] public static extern double AbstractState_smolar_residual(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_smass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_smass")] public static extern double AbstractState_smass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_smolar_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_smolar_excess")] public static extern double AbstractState_smolar_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_smass_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_smass_excess")] public static extern double AbstractState_smass_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_umolar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_umolar")] public static extern double AbstractState_umolar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_umass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_umass")] public static extern double AbstractState_umass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_umolar_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_umolar_excess")] public static extern double AbstractState_umolar_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_umass_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_umass_excess")] public static extern double AbstractState_umass_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_cpmolar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_cpmolar")] public static extern double AbstractState_cpmolar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_cpmass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_cpmass")] public static extern double AbstractState_cpmass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_cp0molar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_cp0molar")] public static extern double AbstractState_cp0molar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_cp0mass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_cp0mass")] public static extern double AbstractState_cp0mass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_cvmolar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_cvmolar")] public static extern double AbstractState_cvmolar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_cvmass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_cvmass")] public static extern double AbstractState_cvmass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmolar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmolar")] public static extern double AbstractState_gibbsmolar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmolar_residual")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmolar_residual")] public static extern double AbstractState_gibbsmolar_residual(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmass")] public static extern double AbstractState_gibbsmass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmolar_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmolar_excess")] public static extern double AbstractState_gibbsmolar_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmass_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_gibbsmass_excess")] public static extern double AbstractState_gibbsmass_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_helmholtzmolar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_helmholtzmolar")] public static extern double AbstractState_helmholtzmolar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_helmholtzmass")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_helmholtzmass")] public static extern double AbstractState_helmholtzmass(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_helmholtzmolar_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_helmholtzmolar_excess")] public static extern double AbstractState_helmholtzmolar_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_helmholtzmass_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_helmholtzmass_excess")] public static extern double AbstractState_helmholtzmass_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_volumemolar_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_volumemolar_excess")] public static extern double AbstractState_volumemolar_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_volumemass_excess")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_volumemass_excess")] public static extern double AbstractState_volumemass_excess(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_speed_sound")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_speed_sound")] public static extern double AbstractState_speed_sound(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_isothermal_compressibility")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_isothermal_compressibility")] public static extern double AbstractState_isothermal_compressibility(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_isobaric_expansion_coefficient")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_isobaric_expansion_coefficient")] public static extern double AbstractState_isobaric_expansion_coefficient(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_isentropic_expansion_coefficient")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_isentropic_expansion_coefficient")] public static extern double AbstractState_isentropic_expansion_coefficient(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_fugacity_coefficient")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_fugacity_coefficient")] public static extern double AbstractState_fugacity_coefficient(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_fugacity_coefficients")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_fugacity_coefficients")] public static extern global::System.IntPtr AbstractState_fugacity_coefficients(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_fugacity")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_fugacity")] public static extern double AbstractState_fugacity(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_chemical_potential")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_chemical_potential")] public static extern double AbstractState_chemical_potential(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_fundamental_derivative_of_gas_dynamics")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_fundamental_derivative_of_gas_dynamics")] public static extern double AbstractState_fundamental_derivative_of_gas_dynamics(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_PIP")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_PIP")] public static extern double AbstractState_PIP(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_true_critical_point")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_true_critical_point")] public static extern void AbstractState_true_critical_point(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_ideal_curve")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_ideal_curve")] public static extern void AbstractState_ideal_curve(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_first_partial_deriv")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_first_partial_deriv")] public static extern double AbstractState_first_partial_deriv(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, int jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_second_partial_deriv")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_second_partial_deriv")] public static extern double AbstractState_second_partial_deriv(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_first_saturation_deriv")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_first_saturation_deriv")] public static extern double AbstractState_first_saturation_deriv(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_second_saturation_deriv")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_second_saturation_deriv")] public static extern double AbstractState_second_saturation_deriv(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, int jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_first_two_phase_deriv")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_first_two_phase_deriv")] public static extern double AbstractState_first_two_phase_deriv(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, int jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_second_two_phase_deriv")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_second_two_phase_deriv")] public static extern double AbstractState_second_two_phase_deriv(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_first_two_phase_deriv_splined")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_first_two_phase_deriv_splined")] public static extern double AbstractState_first_two_phase_deriv_splined(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, int jarg4, double jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_build_phase_envelope__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_build_phase_envelope__SWIG_0")] public static extern void AbstractState_build_phase_envelope__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_build_phase_envelope__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_build_phase_envelope__SWIG_1")] public static extern void AbstractState_build_phase_envelope__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_get_phase_envelope_data")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_get_phase_envelope_data")] public static extern global::System.IntPtr AbstractState_get_phase_envelope_data(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_has_melting_line")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_has_melting_line")] public static extern bool AbstractState_has_melting_line(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_melting_line")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_melting_line")] public static extern double AbstractState_melting_line(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, double jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_saturation_ancillary")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_saturation_ancillary")] public static extern double AbstractState_saturation_ancillary(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, int jarg4, double jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_viscosity")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_viscosity")] public static extern double AbstractState_viscosity(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_viscosity_contributions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_viscosity_contributions")] public static extern void AbstractState_viscosity_contributions(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_conductivity")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_conductivity")] public static extern double AbstractState_conductivity(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_conductivity_contributions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_conductivity_contributions")] public static extern void AbstractState_conductivity_contributions(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_surface_tension")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_surface_tension")] public static extern double AbstractState_surface_tension(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_Prandtl")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_Prandtl")] public static extern double AbstractState_Prandtl(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_conformal_state")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_conformal_state")] public static extern void AbstractState_conformal_state(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_change_EOS")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_change_EOS")] public static extern void AbstractState_change_EOS(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_alpha0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_alpha0")] public static extern double AbstractState_alpha0(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_dalpha0_dDelta")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_dalpha0_dDelta")] public static extern double AbstractState_dalpha0_dDelta(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_dalpha0_dTau")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_dalpha0_dTau")] public static extern double AbstractState_dalpha0_dTau(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d2alpha0_dDelta2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d2alpha0_dDelta2")] public static extern double AbstractState_d2alpha0_dDelta2(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d2alpha0_dDelta_dTau")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d2alpha0_dDelta_dTau")] public static extern double AbstractState_d2alpha0_dDelta_dTau(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d2alpha0_dTau2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d2alpha0_dTau2")] public static extern double AbstractState_d2alpha0_dTau2(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d3alpha0_dTau3")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d3alpha0_dTau3")] public static extern double AbstractState_d3alpha0_dTau3(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d3alpha0_dDelta_dTau2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d3alpha0_dDelta_dTau2")] public static extern double AbstractState_d3alpha0_dDelta_dTau2(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d3alpha0_dDelta2_dTau")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d3alpha0_dDelta2_dTau")] public static extern double AbstractState_d3alpha0_dDelta2_dTau(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d3alpha0_dDelta3")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d3alpha0_dDelta3")] public static extern double AbstractState_d3alpha0_dDelta3(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_alphar")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_alphar")] public static extern double AbstractState_alphar(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_dalphar_dDelta")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_dalphar_dDelta")] public static extern double AbstractState_dalphar_dDelta(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_dalphar_dTau")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_dalphar_dTau")] public static extern double AbstractState_dalphar_dTau(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d2alphar_dDelta2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d2alphar_dDelta2")] public static extern double AbstractState_d2alphar_dDelta2(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d2alphar_dDelta_dTau")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d2alphar_dDelta_dTau")] public static extern double AbstractState_d2alphar_dDelta_dTau(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d2alphar_dTau2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d2alphar_dTau2")] public static extern double AbstractState_d2alphar_dTau2(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d3alphar_dDelta3")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d3alphar_dDelta3")] public static extern double AbstractState_d3alphar_dDelta3(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d3alphar_dDelta2_dTau")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d3alphar_dDelta2_dTau")] public static extern double AbstractState_d3alphar_dDelta2_dTau(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d3alphar_dDelta_dTau2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d3alphar_dDelta_dTau2")] public static extern double AbstractState_d3alphar_dDelta_dTau2(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d3alphar_dTau3")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d3alphar_dTau3")] public static extern double AbstractState_d3alphar_dTau3(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dDelta4")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dDelta4")] public static extern double AbstractState_d4alphar_dDelta4(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dDelta3_dTau")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dDelta3_dTau")] public static extern double AbstractState_d4alphar_dDelta3_dTau(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dDelta2_dTau2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dDelta2_dTau2")] public static extern double AbstractState_d4alphar_dDelta2_dTau2(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dDelta_dTau3")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dDelta_dTau3")] public static extern double AbstractState_d4alphar_dDelta_dTau3(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dTau4")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractState_d4alphar_dTau4")] public static extern double AbstractState_d4alphar_dTau4(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_AbstractStateGenerator_get_AbstractState")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_AbstractStateGenerator_get_AbstractState")] public static extern global::System.IntPtr AbstractStateGenerator_get_AbstractState(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_AbstractStateGenerator")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_AbstractStateGenerator")] public static extern void delete_AbstractStateGenerator(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_register_backend")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_register_backend")] public static extern void register_backend(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_Props1SI")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_Props1SI")] public static extern double Props1SI(string jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PropsSI")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PropsSI")] public static extern double PropsSI(string jarg1, string jarg2, double jarg3, string jarg4, double jarg5, string jarg6); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PropsSImulti")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PropsSImulti")] public static extern global::System.IntPtr PropsSImulti(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, string jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, string jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_debug_level")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_debug_level")] public static extern int get_debug_level(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_debug_level")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_debug_level")] public static extern void set_debug_level(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_error_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_error_string")] public static extern void set_error_string(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_warning_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_warning_string")] public static extern void set_warning_string(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_saturation_ancillary")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_saturation_ancillary")] public static extern double saturation_ancillary(string jarg1, string jarg2, int jarg3, string jarg4, double jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_global_param_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_global_param_string")] public static extern string get_global_param_string(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_fluid_param_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_fluid_param_string")] public static extern string get_fluid_param_string(string jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_is_valid_fluid_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_is_valid_fluid_string")] public static extern bool is_valid_fluid_string(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_add_fluids_as_JSON")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_add_fluids_as_JSON")] public static extern bool add_fluids_as_JSON(string jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_reference_stateS")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_reference_stateS")] public static extern void set_reference_stateS(string jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_reference_stateD")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_reference_stateD")] public static extern void set_reference_stateD(string jarg1, double jarg2, double jarg3, double jarg4, double jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseSI")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseSI")] public static extern string PhaseSI(string jarg1, double jarg2, string jarg3, double jarg4, string jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_extract_backend")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_extract_backend")] public static extern void extract_backend(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_extract_fractions")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_extract_fractions")] public static extern string extract_fractions(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_phase_lookup_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_phase_lookup_string")] public static extern string phase_lookup_string(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_TypeI_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_TypeI_set")] public static extern void PhaseEnvelopeData_TypeI_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_TypeI_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_TypeI_get")] public static extern bool PhaseEnvelopeData_TypeI_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_built_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_built_set")] public static extern void PhaseEnvelopeData_built_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_built_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_built_get")] public static extern bool PhaseEnvelopeData_built_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_iTsat_max_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_iTsat_max_set")] public static extern void PhaseEnvelopeData_iTsat_max_set(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_iTsat_max_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_iTsat_max_get")] public static extern uint PhaseEnvelopeData_iTsat_max_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_ipsat_max_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_ipsat_max_set")] public static extern void PhaseEnvelopeData_ipsat_max_set(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_ipsat_max_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_ipsat_max_get")] public static extern uint PhaseEnvelopeData_ipsat_max_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_icrit_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_icrit_set")] public static extern void PhaseEnvelopeData_icrit_set(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_icrit_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_icrit_get")] public static extern uint PhaseEnvelopeData_icrit_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_T_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_T_set")] public static extern void PhaseEnvelopeData_T_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_T_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_T_get")] public static extern global::System.IntPtr PhaseEnvelopeData_T_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_p_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_p_set")] public static extern void PhaseEnvelopeData_p_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_p_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_p_get")] public static extern global::System.IntPtr PhaseEnvelopeData_p_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnT_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnT_set")] public static extern void PhaseEnvelopeData_lnT_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnT_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnT_get")] public static extern global::System.IntPtr PhaseEnvelopeData_lnT_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnp_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnp_set")] public static extern void PhaseEnvelopeData_lnp_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnp_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnp_get")] public static extern global::System.IntPtr PhaseEnvelopeData_lnp_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_rhomolar_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_rhomolar_liq_set")] public static extern void PhaseEnvelopeData_rhomolar_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_rhomolar_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_rhomolar_liq_get")] public static extern global::System.IntPtr PhaseEnvelopeData_rhomolar_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_rhomolar_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_rhomolar_vap_set")] public static extern void PhaseEnvelopeData_rhomolar_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_rhomolar_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_rhomolar_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_rhomolar_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnrhomolar_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnrhomolar_liq_set")] public static extern void PhaseEnvelopeData_lnrhomolar_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnrhomolar_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnrhomolar_liq_get")] public static extern global::System.IntPtr PhaseEnvelopeData_lnrhomolar_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnrhomolar_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnrhomolar_vap_set")] public static extern void PhaseEnvelopeData_lnrhomolar_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnrhomolar_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnrhomolar_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_lnrhomolar_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_hmolar_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_hmolar_liq_set")] public static extern void PhaseEnvelopeData_hmolar_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_hmolar_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_hmolar_liq_get")] public static extern global::System.IntPtr PhaseEnvelopeData_hmolar_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_hmolar_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_hmolar_vap_set")] public static extern void PhaseEnvelopeData_hmolar_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_hmolar_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_hmolar_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_hmolar_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_smolar_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_smolar_liq_set")] public static extern void PhaseEnvelopeData_smolar_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_smolar_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_smolar_liq_get")] public static extern global::System.IntPtr PhaseEnvelopeData_smolar_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_smolar_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_smolar_vap_set")] public static extern void PhaseEnvelopeData_smolar_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_smolar_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_smolar_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_smolar_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_Q_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_Q_set")] public static extern void PhaseEnvelopeData_Q_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_Q_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_Q_get")] public static extern global::System.IntPtr PhaseEnvelopeData_Q_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cpmolar_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cpmolar_liq_set")] public static extern void PhaseEnvelopeData_cpmolar_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cpmolar_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cpmolar_liq_get")] public static extern global::System.IntPtr PhaseEnvelopeData_cpmolar_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cpmolar_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cpmolar_vap_set")] public static extern void PhaseEnvelopeData_cpmolar_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cpmolar_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cpmolar_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_cpmolar_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cvmolar_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cvmolar_liq_set")] public static extern void PhaseEnvelopeData_cvmolar_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cvmolar_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cvmolar_liq_get")] public static extern global::System.IntPtr PhaseEnvelopeData_cvmolar_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cvmolar_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cvmolar_vap_set")] public static extern void PhaseEnvelopeData_cvmolar_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cvmolar_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_cvmolar_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_cvmolar_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_viscosity_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_viscosity_liq_set")] public static extern void PhaseEnvelopeData_viscosity_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_viscosity_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_viscosity_liq_get")] public static extern global::System.IntPtr PhaseEnvelopeData_viscosity_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_viscosity_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_viscosity_vap_set")] public static extern void PhaseEnvelopeData_viscosity_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_viscosity_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_viscosity_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_viscosity_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_conductivity_liq_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_conductivity_liq_set")] public static extern void PhaseEnvelopeData_conductivity_liq_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_conductivity_liq_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_conductivity_liq_get")] public static extern global::System.IntPtr PhaseEnvelopeData_conductivity_liq_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_conductivity_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_conductivity_vap_set")] public static extern void PhaseEnvelopeData_conductivity_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_conductivity_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_conductivity_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_conductivity_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_speed_sound_vap_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_speed_sound_vap_set")] public static extern void PhaseEnvelopeData_speed_sound_vap_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_speed_sound_vap_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_speed_sound_vap_get")] public static extern global::System.IntPtr PhaseEnvelopeData_speed_sound_vap_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_K_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_K_set")] public static extern void PhaseEnvelopeData_K_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_K_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_K_get")] public static extern global::System.IntPtr PhaseEnvelopeData_K_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnK_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnK_set")] public static extern void PhaseEnvelopeData_lnK_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnK_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_lnK_get")] public static extern global::System.IntPtr PhaseEnvelopeData_lnK_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_x_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_x_set")] public static extern void PhaseEnvelopeData_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_x_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_x_get")] public static extern global::System.IntPtr PhaseEnvelopeData_x_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_y_set")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_y_set")] public static extern void PhaseEnvelopeData_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_y_get")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_y_get")] public static extern global::System.IntPtr PhaseEnvelopeData_y_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_PhaseEnvelopeData")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_PhaseEnvelopeData")] public static extern global::System.IntPtr new_PhaseEnvelopeData(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_resize")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_resize")] public static extern void PhaseEnvelopeData_resize(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_clear")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_clear")] public static extern void PhaseEnvelopeData_clear(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_insert_variables")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_insert_variables")] public static extern void PhaseEnvelopeData_insert_variables(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11, uint jarg12); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_store_variables")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_PhaseEnvelopeData_store_variables")] public static extern void PhaseEnvelopeData_store_variables(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9, global::System.Runtime.InteropServices.HandleRef jarg10, global::System.Runtime.InteropServices.HandleRef jarg11); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_PhaseEnvelopeData")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_PhaseEnvelopeData")] public static extern void delete_PhaseEnvelopeData(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_config_key_to_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_config_key_to_string")] public static extern string config_key_to_string(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_config_string_to_key")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_config_string_to_key")] public static extern int config_string_to_key(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_config_key_description__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_config_key_description__SWIG_0")] public static extern string config_key_description__SWIG_0(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_config_key_description__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_config_key_description__SWIG_1")] public static extern string config_key_description__SWIG_1(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_ConfigurationItem__SWIG_0")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_ConfigurationItem__SWIG_0")] public static extern global::System.IntPtr new_ConfigurationItem__SWIG_0(int jarg1, bool jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_ConfigurationItem__SWIG_1")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_ConfigurationItem__SWIG_1")] public static extern global::System.IntPtr new_ConfigurationItem__SWIG_1(int jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_ConfigurationItem__SWIG_2")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_ConfigurationItem__SWIG_2")] public static extern global::System.IntPtr new_ConfigurationItem__SWIG_2(int jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_ConfigurationItem__SWIG_3")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_ConfigurationItem__SWIG_3")] public static extern global::System.IntPtr new_ConfigurationItem__SWIG_3(int jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_ConfigurationItem_set_bool")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_ConfigurationItem_set_bool")] public static extern void ConfigurationItem_set_bool(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_ConfigurationItem_set_integer")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_ConfigurationItem_set_integer")] public static extern void ConfigurationItem_set_integer(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_ConfigurationItem_set_double")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_ConfigurationItem_set_double")] public static extern void ConfigurationItem_set_double(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_ConfigurationItem_set_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_ConfigurationItem_set_string")] public static extern void ConfigurationItem_set_string(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_ConfigurationItem_get_key")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_ConfigurationItem_get_key")] public static extern int ConfigurationItem_get_key(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_ConfigurationItem")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_ConfigurationItem")] public static extern void delete_ConfigurationItem(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_new_Configuration")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_new_Configuration")] public static extern global::System.IntPtr new_Configuration(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_delete_Configuration")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_delete_Configuration")] public static extern void delete_Configuration(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_Configuration_get_item")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_Configuration_get_item")] public static extern global::System.IntPtr Configuration_get_item(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_Configuration_add_item")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_Configuration_add_item")] public static extern void Configuration_add_item(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_Configuration_get_items")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_Configuration_get_items")] public static extern global::System.IntPtr Configuration_get_items(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_Configuration_set_defaults")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_Configuration_set_defaults")] public static extern void Configuration_set_defaults(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_config_bool")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_config_bool")] public static extern bool get_config_bool(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_config_int")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_config_int")] public static extern int get_config_int(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_config_double")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_config_double")] public static extern double get_config_double(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_config_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_config_string")] public static extern string get_config_string(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_get_config_as_json_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_get_config_as_json_string")] public static extern string get_config_as_json_string(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_config_bool")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_config_bool")] public static extern void set_config_bool(int jarg1, bool jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_config_int")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_config_int")] public static extern void set_config_int(int jarg1, int jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_config_double")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_config_double")] public static extern void set_config_double(int jarg1, double jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_config_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_config_string")] public static extern void set_config_string(int jarg1, string jarg2); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_set_config_as_json_string")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_set_config_as_json_string")] public static extern void set_config_as_json_string(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_HAPropsSI")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_HAPropsSI")] public static extern double HAPropsSI(string jarg1, string jarg2, double jarg3, string jarg4, double jarg5, string jarg6, double jarg7); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_HAProps")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_HAProps")] public static extern double HAProps(string jarg1, string jarg2, double jarg3, string jarg4, double jarg5, string jarg6, double jarg7); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_HAProps_Aux")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_HAProps_Aux")] public static extern double HAProps_Aux(string jarg1, double jarg2, double jarg3, double jarg4, string jarg5); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_IceProps")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_IceProps")] public static extern double IceProps(string jarg1, double jarg2, double jarg3); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_UseVirialCorrelations")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_UseVirialCorrelations")] public static extern void UseVirialCorrelations(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_UseIsothermCompressCorrelation")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_UseIsothermCompressCorrelation")] public static extern void UseIsothermCompressCorrelation(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_UseIdealGasEnthalpyCorrelations")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_UseIdealGasEnthalpyCorrelations")] public static extern void UseIdealGasEnthalpyCorrelations(int jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_HAHelp")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_HAHelp")] public static extern void HAHelp(); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_returnHumAirCode")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_returnHumAirCode")] public static extern int returnHumAirCode(string jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_cair_sat")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_cair_sat")] public static extern double cair_sat(double jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_CriticalState_SWIGUpcast")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_CriticalState_SWIGUpcast")] public static extern global::System.IntPtr CriticalState_SWIGUpcast(global::System.IntPtr jarg1); - [global::System.Runtime.InteropServices.DllImport("libCoolProp", EntryPoint="CSharp_SsatSimpleState_SWIGUpcast")] + [global::System.Runtime.InteropServices.DllImport(@"native\libs\libCoolProp", EntryPoint="CSharp_SsatSimpleState_SWIGUpcast")] public static extern global::System.IntPtr SsatSimpleState_SWIGUpcast(global::System.IntPtr jarg1); } } diff --git a/SharpProp/SharpProp.csproj b/SharpProp/SharpProp.csproj index 879bc3a..abde7d3 100644 --- a/SharpProp/SharpProp.csproj +++ b/SharpProp/SharpProp.csproj @@ -11,20 +11,25 @@ https://github.com/portyanikhin/SharpProp MIT https://github.com/portyanikhin/SharpProp - native CoolProp fluids mixtures humid air thermophysical properties - 1.0.1 + native cross-platform CoolProp fluids mixtures humid air thermophysical properties thermodynamics + 1.0.2 - - PreserveNewest - build\ - true - build\ true + + PreserveNewest + build\ + true + + + PreserveNewest + build\ + true + diff --git a/SharpProp/SharpProp.targets b/SharpProp/SharpProp.targets index d56ea86..5bdd69e 100644 --- a/SharpProp/SharpProp.targets +++ b/SharpProp/SharpProp.targets @@ -1,7 +1,13 @@  - + + + PreserveNewest + + + + PreserveNewest diff --git a/SharpProp/libCoolProp.dll b/SharpProp/native/libs/libCoolProp.dll similarity index 54% rename from SharpProp/libCoolProp.dll rename to SharpProp/native/libs/libCoolProp.dll index 931e077..62aa11a 100644 Binary files a/SharpProp/libCoolProp.dll and b/SharpProp/native/libs/libCoolProp.dll differ diff --git a/SharpProp/native/libs/libCoolProp.so b/SharpProp/native/libs/libCoolProp.so new file mode 100644 index 0000000..3d0b219 Binary files /dev/null and b/SharpProp/native/libs/libCoolProp.so differ