[]
ID3D11Query
[Guid("d6c00747-87b7-425e-b84d-44d108560afd")]
public class Query : Asynchronous, IDisposable, IUnknown
Initializes a new instance of the Query class.
public Query(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
GetDescription
public QueryDescription Description { get; }
Constructs a new Query based on the specified description.
public static Query Create(Device device, QueryDescription description)
device
DeviceThe device with which to associate the state object.
description
QueryDescriptionThe query description.
void ID3D11Query::GetDesc([Out] D3D11_QUERY_DESC* pDesc)
public void GetDescription(out QueryDescription descRef)
descRef
QueryDescriptionPerforms an explicit conversion from System.IntPtr to Query.
public static explicit operator Query(IntPtr nativePointer)
nativePointer
System.IntPtr