[]
ID3D11Predicate
[Guid("9eb576dd-9f77-4d86-81aa-8bab5fe490e2")]
public class Predicate : Query, IDisposable, IUnknown
Initializes a new instance of the Predicate class.
public Predicate(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Constructs a new Predicate based on the specified description.
public static Predicate Create(Device device, QueryDescription description)
device
DeviceThe device with which to associate the state object.
description
QueryDescriptionThe query description.
Performs an explicit conversion from System.IntPtr to Predicate.
public static explicit operator Predicate(IntPtr nativePointer)
nativePointer
System.IntPtr