.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDynamicLibraryDetails 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDynamicLibraryDetails \- .SH DESCRIPTION This class is used for the objects returned by wxDynamicLibrary::ListLoaded method and contains the information about a single module loaded into the address space of the current process. A module in this context may be either a dynamic library or the main program itself. .SH "PARENTS" .SH "INCLUDE FILES" wx/dynlib.h .SH MEMBERS .SS wxString GetName () Returns the base name of this module, e.g. kernel32.dll or libc-2.3.2.so . .SS wxString GetPath () Returns the full path of this module if available, e.g. c:\backslashwindows\backslashsystem32\backslashkernel32.dll or /lib/libc-2.3.2.so . .SS bool GetAddress (void **addrsize_t *len) Retrieves the load address and the size of this module. .SS wxString GetVersion () Returns the version of this module, e.g. 5.2.3790.0 or 2.3.2 . The returned string is empty if the version information is not available. .SH "SEE ALSO" .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.