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
|
This is the complete list of members for System.IO.Path, including all inherited members.
AltDirectorySeparatorChar | System.IO.Path | static |
CanonicalizePath(string path) | System.IO.Path | inlineprivatestatic |
ChangeExtension(string path, string extension) | System.IO.Path | inlinestatic |
CleanPath(string s) | System.IO.Path | inlinepackagestatic |
Combine(string path1, string path2) | System.IO.Path | inlinestatic |
Combine(params string[] paths) | System.IO.Path | inlinestatic |
Combine(string path1, string path2, string path3) | System.IO.Path | inlinestatic |
DirectorySeparatorChar | System.IO.Path | static |
DirectorySeparatorStr | System.IO.Path | packagestatic |
dirEqualsVolume | System.IO.Path | privatestatic |
findExtension(string path) | System.IO.Path | inlineprivatestatic |
get_temp_path() | System.IO.Path | private |
GetDirectoryName(string path) | System.IO.Path | inlinestatic |
GetDirectoryName(global::System.ReadOnlySpan< char > path) | System.IO.Path | inlinestatic |
GetExtension(string path) | System.IO.Path | inlinestatic |
GetFileName(string path) | System.IO.Path | inlinestatic |
GetFileName(global::System.ReadOnlySpan< char > path) | System.IO.Path | inlinestatic |
GetFileNameWithoutExtension(string path) | System.IO.Path | inlinestatic |
GetFullPath(string path) | System.IO.Path | inlinestatic |
GetFullPathInternal(string path) | System.IO.Path | inlinepackagestatic |
GetInvalidFileNameChars() | System.IO.Path | inlinestatic |
GetInvalidPathChars() | System.IO.Path | inlinestatic |
GetPathRoot(string path) | System.IO.Path | inlinestatic |
GetTempPath() | System.IO.Path | inlinestatic |
InsecureGetFullPath(string path) | System.IO.Path | inlinepackagestatic |
InvalidPathChars | System.IO.Path | static |
IsDirectorySeparator(char c) | System.IO.Path | inlinepackagestatic |
IsPathRooted(global::System.ReadOnlySpan< char > path) | System.IO.Path | inlinestatic |
IsPathRooted(string path) | System.IO.Path | inlinestatic |
Join(global::System.ReadOnlySpan< char > path1, global::System.ReadOnlySpan< char > path2) | System.IO.Path | inlinestatic |
Join(global::System.ReadOnlySpan< char > path1, global::System.ReadOnlySpan< char > path2, global::System.ReadOnlySpan< char > path3) | System.IO.Path | inlinestatic |
JoinInternal(global::System.ReadOnlySpan< char > first, global::System.ReadOnlySpan< char > second) | System.IO.Path | inlineprivatestatic |
JoinInternal(global::System.ReadOnlySpan< char > first, global::System.ReadOnlySpan< char > second, global::System.ReadOnlySpan< char > third) | System.IO.Path | inlineprivatestatic |
Path() | System.IO.Path | inlineprivatestatic |
PathSeparator | System.IO.Path | static |
PathSeparatorChars | System.IO.Path | packagestatic |
trimEndCharsUnix | System.IO.Path | packagestatic |
trimEndCharsWindows | System.IO.Path | packagestatic |
TryJoin(global::System.ReadOnlySpan< char > path1, global::System.ReadOnlySpan< char > path2, global::System.Span< char > destination, out int charsWritten) | System.IO.Path | inlinestatic |
Validate(string path) | System.IO.Path | inlinepackagestatic |
Validate(string path, string parameterName) | System.IO.Path | inlinepackagestatic |
VolumeSeparatorChar | System.IO.Path | static |