FrameDataView.GetFrameMetaDataCount

Cambiar al Manual
public int GetFrameMetaDataCount (Guid id, int tag);

Parámetros

idProject or package identifier.
tagData stream index.

Valor de retorno

int Returns count of metadata chunks.

Descripción

Gets the total number of metadata chunks for each id and tag pair in the frame.

Use the GetFrameMetaDataCount method to retrieve the total number of metadata arrays available in this frame.

When there are multiple Profiler.EmitFrameMetaData calls in the same frame, it results in multiple metadata arrays that are associated with the frame for a given id, tag pair. This information can be used to write data to the stream in small portions, which reduces the amount of memory needed to hold generated data.

Use id to identify the metadata from your project or package.
Use tag to distinguish between different data streams.

See Also: GetFrameMetaData, Profiler.EmitFrameMetaData.