13 #ifndef GAUDIKERNEL_MODULEINFO_H 14 #define GAUDIKERNEL_MODULEINFO_H 53 #endif // GAUDIKERNEL_MODULEINFO_H GAUDI_API ModuleType moduleType()
Get type of the module.
GAUDI_API void setModuleHandle(ImageHandle handle)
Attach module handle.
GAUDI_API const std::string & moduleNameFull()
Get the full name of the (executable/DLL) file.
Note: OS specific details for environment resolution.
GAUDI_API ProcessHandle processHandle()
Handle to running process.
void * ImageHandle
Definition of an image handle.
GAUDI_API const std::string & exeName()
Name of the executable file running.
GAUDI_API ImageHandle moduleHandle()
Handle to currently executed module.
GAUDI_API ImageHandle exeHandle()
Handle to the executable file running.
GAUDI_API const std::vector< std::string > linkedModules()
Vector of names of linked modules.
GAUDI_API const std::string & moduleName()
Get the name of the (executable/DLL) file without file-type.
void * ProcessHandle
Definition of the process handle.