IOModule
Description:
public IOModule (
string filename)
Creates a new GIOModule that will load the specific shared library when in use.
Parameters:
filename |
filename of the shared library module.
|
Returns:
a IOModule from given filename , or
null on error.
|