BehaviorFlags.MultiThreaded Property (Microsoft.DirectX.Direct3D)

Retrieves a value that indicates whether Microsoft Direct3D is set to be multithread safe.

Definition

Visual Basic Public ReadOnly Property MultiThreaded As Boolean
C# public bool MultiThreaded { get; }
C++ public:
property bool MultiThreaded {
        bool get();
}
JScript public function get MultiThreaded() : boolean

Property Value

System.Boolean
Value that is true if Direct3D is set to be multithread safe, or false if it is not.

This property is read-only. 

Remarks

An application with Direct3D set to be safe for multithreading might experience degraded performance.

See Also