Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.LocalAppContextSwitches Class Reference

Static Package Functions

static bool GetCachedSwitchValue (string switchName, ref int cachedSwitchValue)
 
static bool GetSwitchValue (string switchName, ref bool switchValue)
 
static bool GetCachedSwitchValue (string switchName, ref int cachedSwitchValue)
 
static bool GetCachedSwitchValue (string switchName, ref int cachedSwitchValue)
 
static bool GetCachedSwitchValue (string switchName, ref int cachedSwitchValue)
 

Properties

static bool AllowArbitraryTypeInstantiation [get]
 
static bool DefaultActivityIdFormatIsHierarchial = InitializeDefaultActivityIdFormat() [get]
 
static bool EnableUnsafeUTF7Encoding [get]
 
static bool EnforceJapaneseEraYearRanges [get]
 
static bool FormatJapaneseFirstYearAsANumber [get]
 
static bool EnforceLegacyJapaneseDateParsing [get]
 
static bool PreserveEventListnerObjectIdentity [get]
 
static bool SerializationGuard [get]
 
static bool ShowILOffsets [get]
 
static bool DontThrowOnInvalidSurrogatePairs [get]
 
static bool IgnoreEmptyKeySequences [get]
 
static bool IgnoreKindInUtcTimeSerialization [get]
 
static bool LimitXPathComplexity [get]
 
static bool AllowDefaultResolver [get]
 
static bool BinaryFormatterEnabled [get]
 

Static Private Member Functions

static bool GetCachedSwitchValueInternal (string switchName, ref int cachedSwitchValue)
 
static bool GetSwitchDefaultValue (string switchName)
 
static bool InitializeDefaultActivityIdFormat ()
 
static bool IsTrueStringIgnoreCase (string value)
 
static bool GetDefaultShowILOffsetSetting ()
 
static bool GetCachedSwitchValueInternal (string switchName, ref int cachedSwitchValue)
 
static bool GetSwitchDefaultValue (string switchName)
 
static bool GetCachedSwitchValueInternal (string switchName, ref int cachedSwitchValue)
 
static bool GetSwitchDefaultValue (string switchName)
 
static bool GetCachedSwitchValueInternal (string switchName, ref int cachedSwitchValue)
 
static bool GetSwitchDefaultValue (string switchName)
 

Static Private Attributes

static int s_allowArbitraryTypeInstantiation
 
static int s_enableUnsafeUTF7Encoding
 
static int s_enforceJapaneseEraYearRanges
 
static int s_formatJapaneseFirstYearAsANumber
 
static int s_enforceLegacyJapaneseDateParsing
 
static int s_preserveEventListnerObjectIdentity
 
static int s_serializationGuard
 
static int s_showILOffset
 
static int s_dontThrowOnInvalidSurrogatePairs
 
static int s_ignoreEmptyKeySequences
 
static int s_ignoreKindInUtcTimeSerialization
 
static int s_limitXPathComplexity
 
static int s_allowDefaultResolver
 
static int s_binaryFormatterEnabled
 

Detailed Description

Definition at line 5 of file LocalAppContextSwitches.cs.


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