Struct DiagnosticEvent
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
public struct DiagnosticEvent
Constructors
DiagnosticEvent(String, String, String, Int32, Int32, Int32, Byte[])
Declaration
public DiagnosticEvent(string graph, string parent, string id, int stream, int frame, int value, byte[] data)
Parameters
| Type |
Name |
Description |
| System.String |
graph |
|
| System.String |
parent |
|
| System.String |
id |
|
| System.Int32 |
stream |
|
| System.Int32 |
frame |
|
| System.Int32 |
value |
|
| System.Byte[] |
data |
|
Properties
Data
Declaration
public byte[] Data { get; }
Property Value
| Type |
Description |
| System.Byte[] |
|
EventId
Declaration
public string EventId { get; }
Property Value
| Type |
Description |
| System.String |
|
Frame
Declaration
public int Frame { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Graph
Declaration
public string Graph { get; }
Property Value
| Type |
Description |
| System.String |
|
Parent
Declaration
public string Parent { get; }
Property Value
| Type |
Description |
| System.String |
|
Stream
Declaration
public int Stream { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Value
Declaration
public int Value { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
Deserialize(Byte[])
Declaration
public static DiagnosticEvent Deserialize(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
Serialize()
Declaration
public byte[] Serialize()
Returns
| Type |
Description |
| System.Byte[] |
|