Returns the amount of memory required to load the module. This does not include any additional memory allocations made by the module once it is running; it only includes the size of the static code and data in the module file.
[Visual Basic] Public ReadOnly Property ModuleMemorySize As Integer [C#] public int ModuleMemorySize {get;} [C++] public: __property int get_ModuleMemorySize(); [JScript] public function get ModuleMemorySize() : int;
ProcessModule Class | ProcessModule Members | System.Diagnostics Namespace