NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessModule.ModuleMemorySize

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;

See Also

ProcessModule Class | ProcessModule Members | System.Diagnostics Namespace