terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Buffers.ArrayPoolEventSource Class Referencesealed
+ Inheritance diagram for System.Buffers.ArrayPoolEventSource:

Public Member Functions

bool IsEnabled ()
 
bool IsEnabled (EventLevel level, EventKeywords keywords)
 
void Dispose ()
 

Protected Member Functions

override void Finalize ()
 
virtual void Dispose (bool disposing)
 
void WriteEvent (int eventId, int arg1)
 
void WriteEvent (int eventId, int arg1, int arg2)
 
void WriteEvent (int eventId, int arg1, int arg2, int arg3)
 
void WriteEvent (int eventId, params object[] args)
 
void WriteEvent (int eventId, string arg1, string arg2, string arg3)
 
unsafe void WriteEventCore (int eventId, int eventDataCount, EventSource.EventData *data)
 

Package Types

enum  BufferAllocatedReason { Pooled , OverMaximumSize , PoolExhausted }
 

Package Functions

void BufferRented (int bufferId, int bufferSize, int poolId, int bucketId)
 
void BufferAllocated (int bufferId, int bufferSize, int poolId, int bucketId, ArrayPoolEventSource.BufferAllocatedReason reason)
 
void BufferReturned (int bufferId, int bufferSize, int poolId)
 
void BufferTrimmed (int bufferId, int bufferSize, int poolId)
 
void BufferTrimPoll (int milliseconds, int pressure)
 

Static Package Attributes

static readonly ArrayPoolEventSource Log
 

Properties

string Name [set]
 

Private Member Functions

 ArrayPoolEventSource ()
 

Static Private Member Functions

static ArrayPoolEventSource ()
 

Private Attributes

string< Namek__BackingField
 

Detailed Description

Definition at line 8 of file ArrayPoolEventSource.cs.


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