Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.Tracing.TraceLoggingMetadataCollector Class Referencesealed

Classes

class  Impl
 

Public Member Functions

TraceLoggingMetadataCollector AddGroup (string name)
 
void AddScalar (string name, TraceLoggingDataType type)
 
void AddNullTerminatedString (string name, TraceLoggingDataType type)
 
void AddArray (string name, TraceLoggingDataType type)
 
void BeginBufferedArray ()
 
void EndBufferedArray ()
 

Package Functions

 TraceLoggingMetadataCollector ()
 
byte[] GetMetadata ()
 

Properties

EventFieldTags Tags [get, set]
 
int ScratchSize [get]
 
int DataCount [get]
 
int PinCount [get]
 
bool BeginningBufferedArray [get]
 

Private Member Functions

 TraceLoggingMetadataCollector (TraceLoggingMetadataCollector other, FieldMetadata group)
 
void AddField (FieldMetadata fieldMetadata)
 

Private Attributes

readonly Impl impl
 
readonly FieldMetadata currentGroup
 
int bufferedArrayFieldCount = int.MinValue
 

Detailed Description

Definition at line 5 of file TraceLoggingMetadataCollector.cs.


The documentation for this class was generated from the following file: