[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.Blob

Blob Class

ID3D10Blob

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("8BA5FB08-5195-40e2-AC58-0D989C3A0102")]
public class Blob : ComObject, IDisposable, IUnknown

Constructors

Name Description
Blob(IntPtr)

Initializes a new instance of the Blob class.

Methods

Name Description
GetBufferPointer()

void* ID3D10Blob::GetBufferPointer()

GetBufferSize()

SIZE_T ID3D10Blob::GetBufferSize()

Operators

Name Description
explicit operator Blob(IntPtr)

Performs an explicit conversion from IntPtr to Blob.