[]
ID3D10Blob
[Guid("8BA5FB08-5195-40e2-AC58-0D989C3A0102")]
public class Blob : ComObject, IDisposable, IUnknown
Initializes a new instance of the Blob class.
public Blob(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
void* ID3D10Blob::GetBufferPointer()
public IntPtr GetBufferPointer()
SIZE_T ID3D10Blob::GetBufferSize()
public PointerSize GetBufferSize()
Performs an explicit conversion from System.IntPtr to Blob.
public static explicit operator Blob(IntPtr nativePointer)
nativePointer
System.IntPtr