[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.Blob

Class Blob

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

ID3D10Blob

[Guid("8BA5FB08-5195-40e2-AC58-0D989C3A0102")]
public class Blob : ComObject, IDisposable, IUnknown
Inheritance
object
Blob
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

Blob(IntPtr)

Initializes a new instance of the Blob class.

public Blob(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

GetBufferPointer()

void* ID3D10Blob::GetBufferPointer()

public IntPtr GetBufferPointer()

Returns

System.IntPtr

GetBufferSize()

SIZE_T ID3D10Blob::GetBufferSize()

public PointerSize GetBufferSize()

Returns

PointerSize

Operators

explicit operator Blob(IntPtr)

Performs an explicit conversion from System.IntPtr to Blob.

public static explicit operator Blob(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

Blob