Class RenderRecord
A render event represented by RecordingActionRenderer.
Inherited Members
Namespace: Libplanet.Blockchain.Renderers.Debug
Assembly: Libplanet.dll
Syntax
public abstract class RenderRecord
Constructors
| Improve this Doc View SourceRenderRecord(Int64, String)
A render event represented by RecordingActionRenderer.
Declaration
protected RenderRecord(long index, string stackTrace)
Parameters
Type | Name | Description |
---|---|---|
Int64 | index | |
String | stackTrace |
Properties
| Improve this Doc View SourceIndex
The ordinal number of the render event.
Declaration
public long Index { get; }
Property Value
Type | Description |
---|---|
Int64 |
StackTrace
The stack trace of the render event.
Declaration
public string StackTrace { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceToString()
A render event represented by RecordingActionRenderer.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |