Fields (2) Methods (3)
Namespace: CSCore.Win32

Syntax

public struct Blob : ValueType

Base Type

  • System.ValueType

Summary

Blob

Used by

Fields

Data

Pointer to a byte array which stores the data.

public  IntPtr Data

Length

Number of bytes stored in the blob.

public  Int32 Length

Methods

Blob()

Blob

public void Blob()

GetData()

Returns the data stored in the Blob.

public Byte[] GetData()

Returns

The data stored in the Blob

GetString(Encoding encoding)

Converts the data stored in the Blob based on an encoding to a string and returns the string.

public String GetString(Encoding encoding)

Parameters

encoding

Encoding

Encoding used to convert the data to a string.

Returns

String of the stored data.

save

reset

Drag to pan - Use Mousewheel + Ctrl to zoom