Tao.Platform.Windows SDK Documentation |
|
Kernel.GetProcessWorkingSetSize Method
[Visual Basic]
Public Shared Function GetProcessWorkingSetSize( _
ByVal
process As
IntPtr, _
ByRef
minimumWorkingSetSize As
Integer, _
ByRef
maximumWorkingSetSize As
Integer _
) As
Boolean
[C#]
public static
bool GetProcessWorkingSetSize(
IntPtr process,
out
int minimumWorkingSetSize,
out
int maximumWorkingSetSize);
See Also
Kernel Class | Tao.Platform.Windows Namespace