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

Classes

class  PerformanceMonitor
 

Package Functions

 PerformanceCounterLib (string machineName, string lcid)
 
string GetCounterName (int index)
 
byte[] GetPerformanceData (string item)
 

Static Package Functions

static PerformanceCounterLib GetPerformanceCounterLib (string machineName, CultureInfo culture)
 

Properties

static string ComputerName [get]
 
Dictionary< int, stringNameTable [get]
 

Private Member Functions

Dictionary< int, stringGetStringTable (bool isHelp)
 

Private Attributes

PerformanceMonitor _performanceMonitor
 
readonly string _machineName
 
readonly string _perfLcid
 
Dictionary< int, string_nameTable
 
readonly object _nameTableLock = new object()
 

Static Private Attributes

static string s_computerName
 
static ConcurrentDictionary<(string machineName, string lcidString), PerformanceCounterLibs_libraryTable
 
static object s_internalSyncObject
 

Detailed Description

Definition at line 12 of file PerformanceCounterLib.cs.


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