ResourceStats.WorkingSet Property (Microsoft.DirectX.Direct3D)

Retrieves the number of objects in video memory.

Definition

Visual Basic Public ReadOnly Property WorkingSet As Integer
C# public int WorkingSet { get; }
C++ public:
property int WorkingSet {
        int get();
}
JScript public function get WorkingSet() : int

Property Value

System.Int32
Integer that represents the number of objects in video memory.

This property is read-only.