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

◆ SetCustomErrorsMode()

static void System.Runtime.Remoting.RemotingConfiguration.SetCustomErrorsMode ( string mode)
inlinestaticpackage

Definition at line 268 of file RemotingConfiguration.cs.

269 {
270 string text = mode.ToLower();
271 bool flag = text != "on";
272 bool flag2 = text != "remoteonly";
273 Type type;
274 object obj = Enum.Parse(type, text, true);
275 }
class f__AnonymousType0<< Count > j__TPar
static object Parse(Type enumType, string value)
Definition Enum.cs:133

References j__TPar, System.mode, System.obj, System.Enum.Parse(), and System.text.