Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

WorkingSet Property

Location

My.Application.Info.WorkingSet

Syntax

Dim result As Long = My.Application.Info.WorkingSet

Description

The WorkingSet property identifies the number of bytes of physical memory mapped to this process context.

Usage at a Glance

  • This property is read-only.

  • An exception is thrown if the user lacks sufficient privileges to query this value.

  • This property always returns zero in Windows 98 and Windows Millenium Edition.

Related Framework Entries

  • Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.WorkingSet Property

  • System.Environment.WorkingSet Property

See Also

Info Object (My.Application)

Категории