ResourceStats.WorkingSetBytes Property (Microsoft.DirectX.Direct3D)

Retrieves the number of bytes in video memory.

Definition

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

Property Value

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

This property is read-only.