public class Module {
public static bool supported ( ) ;
public static string build_path ( string directory,
string module_name ) ;
public static Module open ( string file_name,
ModuleFlags flags ) ;
public bool symbol ( string symbol_name,
void**** symbol ) ;
public weak string name ( ) ;
public void make_resident ( ) ;
public static weak string error ( ) ;
}

public static bool supported ( ) ;
public static string build_path ( string directory,
string module_name ) ;
public static Module open ( string file_name,
ModuleFlags flags ) ;
public bool symbol ( string symbol_name,
void**** symbol ) ;
public weak string name ( ) ;
public void make_resident ( ) ;
public static weak string error ( ) ;
Created by Valadoc