System.Web Namespace ProcessInfo Class
Gets the maximum amount of memory the process has used.
[ VB ] Public ReadOnly Property PeakMemoryUsed As Integer [ C# ] public int PeakMemoryUsed {get;} [ C++ ] public: __property int get_PeakMemoryUsed ( ); [ JScript ] public function get PeakMemoryUsed ( ) : int;
The maximum memory used ( in megabytes [ MB ] ).
ProcessInfo Members ProcessModelInfo Class ProcessStatus Enumeration ProcessShutdownReason Enumeration
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note