|
||||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Object | +--Dllin Dll.h
| Inner Classes, Typedefs, and Enums | |
enum |
Dll::OpenMode
|
| Field Summary | |
protected void* |
m_hModule
|
protected String |
m_strFileName
|
| Constructor Summary | |
Dll()
|
|
virtual ~Dll()
|
|
| Method Summary | |
void |
close()
|
const String& |
fileName() const
|
void* |
getAddress( const char* pszSymbolName )
|
void |
open( const String& strFileName, Dll::OpenMode openMode = dllDefault )
|
| Methods inherited from class Object |
toString, destroy, className, isInstanceOf, typeInfo |
| Field Detail |
protected void* m_hModule;
protected String m_strFileName;
| Constructor Detail |
public Dll();
public virtual ~Dll();
| Method Detail |
public void close() throw( DllException* );
public const String& fileName() const;
public void* getAddress( const char* pszSymbolName ) throw( DllException* );
public void open( const String& strFileName, Dll::OpenMode openMode = dllDefault ) throw( DllException* );
|
||||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||