bigloo.dlopen.dload_error C# (CSharp) Method

dload_error() public static method

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