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
GenericUriParserOptions.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 

Enumerations

enum  System.GenericUriParserOptions {
  System.Default = 0 , System.GenericAuthority = 1 , System.AllowEmptyAuthority = 2 , System.NoUserInfo = 4 ,
  System.NoPort = 8 , System.NoQuery = 16 , System.NoFragment = 32 , System.DontConvertPathBackslashes = 64 ,
  System.DontCompressPath = 128 , System.DontUnescapePathDotsAndSlashes = 256 , System.Idn = 512 , System.IriParsing = 1024
}