[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.CommandList

Class CommandList

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

ID3D11CommandList

[Guid("a24bc4d1-769e-43f7-8013-98ff566c18e2")]
public class CommandList : DeviceChild, IDisposable, IUnknown
Inheritance
object
CommandList
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

CommandList(IntPtr)

Initializes a new instance of the CommandList class.

public CommandList(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

GetContextFlags()

unsigned int ID3D11CommandList::GetContextFlags()

public int GetContextFlags()

Returns

int

Operators

explicit operator CommandList(IntPtr)

Performs an explicit conversion from System.IntPtr to CommandList.

public static explicit operator CommandList(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

CommandList