Terraria v1.4.4.9
Terraria source code documentation
|
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 | |
string? | Culture [get] |
string | Name [get] |
string? | ProcessorArchitecture [get] |
Version | Version [get] |
byte[] | PublicKeyToken [get] |
Private Attributes | |
readonly byte[] | _publicKeyToken |
Definition at line 6 of file ApplicationId.cs.