Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ApplicationId Class Referencesealed

Public Member Functions

 ApplicationId (byte[] publicKeyToken, string name, Version version, string? processorArchitecture, string? culture)
 
ApplicationId Copy ()
 
override string ToString ()
 
override bool Equals ([NotNullWhen(true)] object? o)
 
override int GetHashCode ()
 

Properties

stringCulture [get]
 
string Name [get]
 
stringProcessorArchitecture [get]
 
Version Version [get]
 
byte[] PublicKeyToken [get]
 

Private Attributes

readonly byte[] _publicKeyToken
 

Detailed Description

Definition at line 6 of file ApplicationId.cs.


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