C# Class bigloo.dlopen

显示文件 Open project: mbrock/bigloo-llvm

Public Methods

Method Description
dload ( byte filename, byte init_sym, byte mod_sym ) : int
dload_error ( ) : byte[]

Private Methods

Method Description
suffix ( byte filename ) : String

Method Details

dload() public static method

public static dload ( byte filename, byte init_sym, byte mod_sym ) : int
filename byte
init_sym byte
mod_sym byte
return int

dload_error() public static method

public static dload_error ( ) : byte[]
return byte[]