bigloo.foreign.bgl_dload C# (CSharp) Method

bgl_dload() public static method

public static bgl_dload ( byte filename, byte init_sym, byte mod_sym ) : int
filename byte
init_sym byte
mod_sym byte
return int
        public static int bgl_dload( byte[] filename, byte[] init_sym, byte[] mod_sym )
        {
            return bigloo.dlopen.dload( filename, init_sym, mod_sym );
        }
foreign