[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.Asynchronous

Class Asynchronous

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

ID3D11Asynchronous

[Guid("4b35d0cd-1e15-4258-9c98-1b1333f6dd3b")]
public class Asynchronous : DeviceChild, IDisposable, IUnknown
Inheritance
object
Asynchronous
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Asynchronous(IntPtr)

Initializes a new instance of the Asynchronous class.

public Asynchronous(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

GetDataSize()

unsigned int ID3D11Asynchronous::GetDataSize()

public int GetDataSize()

Returns

int

Operators

explicit operator Asynchronous(IntPtr)

Performs an explicit conversion from System.IntPtr to Asynchronous.

public static explicit operator Asynchronous(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

Asynchronous