terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Package Functions | |
void | Init (Guid.GuidParseThrowStyle canThrow) |
void | SetFailure (Exception nativeException) |
void | SetFailure (Guid.ParseFailureKind failure, string failureMessageID) |
void | SetFailure (Guid.ParseFailureKind failure, string failureMessageID, object failureMessageFormatArgument) |
void | SetFailure (Guid.ParseFailureKind failure, string failureMessageID, object failureMessageFormatArgument, string failureArgumentName, Exception innerException) |
Exception | GetGuidParseException () |
Package Attributes | |
Guid | _parsedGuid |
Guid.GuidParseThrowStyle | _throwStyle |
Private Attributes | |
Guid.ParseFailureKind | _failure |
string | _failureMessageID |
object | _failureMessageFormatArgument |
string | _failureArgumentName |
Exception | _innerException |