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
System.Guid.GuidResult Struct Reference

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
 

Detailed Description

Definition at line 625 of file Guid.cs.


The documentation for this struct was generated from the following file: