System.Diagnostics.ProcessModule.ModuleMemorySize Property

Gets the amount of memory that is required to load the module.

Syntax

[System.Diagnostics.MonitoringDescription("The memory needed by this module")]
public int ModuleMemorySize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

ProcessModule.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.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0