Metadata for a loaded script DLL and its shadow copy. More...
#include <ScriptRegistry.h>
Public Attributes | |
| HMODULE | Handle = nullptr |
Win32 module handle returned by LoadLibraryA. | |
| std::string | SourcePath |
| Absolute path to the original compiled DLL. | |
| std::string | LivePath |
| Absolute path to the shadow copy actually loaded into the process. | |
Metadata for a loaded script DLL and its shadow copy.
| HMODULE Raven::LoadedModule::Handle = nullptr |
Win32 module handle returned by LoadLibraryA.
| std::string Raven::LoadedModule::LivePath |
Absolute path to the shadow copy actually loaded into the process.
| std::string Raven::LoadedModule::SourcePath |
Absolute path to the original compiled DLL.