[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.Query

Query Class

ID3D11Query

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("d6c00747-87b7-425e-b84d-44d108560afd")]
public class Query : Asynchronous, IDisposable, IUnknown

Constructors

Name Description
Query(IntPtr)

Initializes a new instance of the Query class.

Properties

Name Description
Description

GetDescription

Methods

Name Description
Create(Device, QueryDescription)

Constructs a new Query based on the specified description.

GetDescription(out QueryDescription)

void ID3D11Query::GetDesc([Out] D3D11_QUERY_DESC* pDesc)

Operators

Name Description
explicit operator Query(IntPtr)

Performs an explicit conversion from IntPtr to Query.