[]
ID3D10Multithread
[Guid("9B7E4E00-342C-4106-A19F-4F2704F689F0")]
public class DeviceMultithread : ComObject, IDisposable, IUnknown
Initializes a new instance of the DeviceMultithread class.
public DeviceMultithread(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
void ID3D10Multithread::Enter()
public void Enter()
BOOL ID3D10Multithread::GetMultithreadProtected()
public bool GetMultithreadProtected()
void ID3D10Multithread::Leave()
public void Leave()
BOOL ID3D10Multithread::SetMultithreadProtected([In] BOOL bMTProtect)
public bool SetMultithreadProtected(Bool bMTProtect)
bMTProtect
BoolPerforms an explicit conversion from System.IntPtr to DeviceMultithread.
public static explicit operator DeviceMultithread(IntPtr nativePointer)
nativePointer
System.IntPtr