[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DeviceMultithread

DeviceMultithread Class

ID3D10Multithread

Inheritance
DeviceMultithread
Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("9B7E4E00-342C-4106-A19F-4F2704F689F0")]
public class DeviceMultithread : ComObject, IDisposable, IUnknown

Constructors

Name Description
DeviceMultithread(IntPtr)

Initializes a new instance of the DeviceMultithread class.

Methods

Name Description
Enter()

void ID3D10Multithread::Enter()

GetMultithreadProtected()

BOOL ID3D10Multithread::GetMultithreadProtected()

Leave()

void ID3D10Multithread::Leave()

SetMultithreadProtected(Bool)

BOOL ID3D10Multithread::SetMultithreadProtected([In] BOOL bMTProtect)

Operators

Name Description
explicit operator DeviceMultithread(IntPtr)

Performs an explicit conversion from IntPtr to DeviceMultithread.