[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.UserDefinedAnnotation

UserDefinedAnnotation Class

ID3DUserDefinedAnnotation

Inheritance
UserDefinedAnnotation
Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("b2daad8b-03d4-4dbf-95eb-32ab4b63d0ab")]
public class UserDefinedAnnotation : ComObject, IDisposable, IUnknown

Constructors

Name Description
UserDefinedAnnotation(IntPtr)

Initializes a new instance of the UserDefinedAnnotation class.

Methods

Name Description
BeginEvent(string)

int ID3DUserDefinedAnnotation::BeginEvent([In] const wchar_t* Name)

EndEvent()

int ID3DUserDefinedAnnotation::EndEvent()

GetStatus()

BOOL ID3DUserDefinedAnnotation::GetStatus()

SetMarker(string)

void ID3DUserDefinedAnnotation::SetMarker([In] const wchar_t* Name)

Operators

Name Description
explicit operator UserDefinedAnnotation(IntPtr)

Performs an explicit conversion from IntPtr to UserDefinedAnnotation.