terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.ParameterizedStrings Class Reference
+ Collaboration diagram for System.ParameterizedStrings:

Classes

struct  FormatParam
 
class  LowLevelStack
 

Static Public Member Functions

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

Private Member Functions

static unsafe int snprintf (byte *str, global::System.IntPtr size, string format, string arg1)
 
static unsafe int snprintf (byte *str, global::System.IntPtr size, string format, int arg1)
 

Static Private Member Functions

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

Static Private Attributes

static global::System.ParameterizedStrings.LowLevelStack _cachedStack
 

Detailed Description

Definition at line 10 of file ParameterizedStrings.cs.


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