ResourceStats.TotalManaged Property (Microsoft.DirectX.Direct3D)
Retrieves the total number of managed objects.
Definition
Visual Basic Public ReadOnly Property TotalManaged As Integer C# public int TotalManaged { get; } C++ public:
property int TotalManaged {
int get();
}JScript public function get TotalManaged() : int
Property Value
System.Int32
Integer that represents the total number of managed objects.This property is read-only.