Gets the amount of memory that is required to load the module.
The size, in bytes, of the memory that the module occupies.
ModuleMemorySize does not include any additional memory allocations that the module makes once it is running; it includes only the size of the static code and data in the module file.