bigloo.foreign.bgl_dload_error C# (CSharp) Method

bgl_dload_error() public static method

public static bgl_dload_error ( ) : byte[]
return byte[]
        public static byte[] bgl_dload_error()
        {
            return bigloo.dlopen.dload_error();
        }
foreign