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.ParameterizedStrings Class Reference

Classes

struct  FormatParam
 
class  LowLevelStack
 

Static Public Member Functions

static string Evaluate (string format, params ParameterizedStrings.FormatParam[] args)
 

Private Member Functions

static unsafe int snprintf (byte *str, IntPtr size, string format, string arg1)
 
static unsafe int snprintf (byte *str, IntPtr size, string format, int arg1)
 

Static Private Member Functions

static string EvaluateInternal (string format, int pos, ParameterizedStrings.FormatParam[] args, ParameterizedStrings.LowLevelStack stack, ParameterizedStrings.FormatParam[] dynamicVars, ParameterizedStrings.FormatParam[] staticVars)
 
static bool AsBool (int i)
 
static int AsInt (bool b)
 
static string StringFromAsciiBytes (byte[] buffer, int offset, int length)
 
static string FormatPrintF (string format, object arg)
 
static ParameterizedStrings.FormatParam[] GetDynamicOrStaticVariables (char c, ParameterizedStrings.FormatParam[] dynamicVars, ParameterizedStrings.FormatParam[] staticVars, [Out] int index)
 

Static Private Attributes

static ParameterizedStrings.LowLevelStack _cachedStack
 

Detailed Description

Definition at line 8 of file ParameterizedStrings.cs.


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