Method EmitFrameMetaData
EmitFrameMetaData(Guid, int, Array)
Emits the frame data for the profiler
Declaration
public void EmitFrameMetaData(Guid id, int tag, Array data)
Parameters
| Type | Name | Description | 
|---|---|---|
| Guid | id | The GUID of the profiler  | 
    
| int | tag | tag indicating what type of data is being emitted  | 
    
| Array | data | The data contents to send to the profiler  |