Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override string | ToString () |
Static Public Member Functions | |
static FileVersionInfo | GetVersionInfo (string fileName) |
Properties | |
string? | Comments [get] |
string? | CompanyName [get] |
int | FileBuildPart [get] |
string? | FileDescription [get] |
int | FileMajorPart [get] |
int | FileMinorPart [get] |
string | FileName [get] |
int | FilePrivatePart [get] |
string? | FileVersion [get] |
string? | InternalName [get] |
bool | IsDebug [get] |
bool | IsPatched [get] |
bool | IsPrivateBuild [get] |
bool | IsPreRelease [get] |
bool | IsSpecialBuild [get] |
string? | Language [get] |
string? | LegalCopyright [get] |
string? | LegalTrademarks [get] |
string? | OriginalFilename [get] |
string? | PrivateBuild [get] |
int | ProductBuildPart [get] |
int | ProductMajorPart [get] |
int | ProductMinorPart [get] |
string? | ProductName [get] |
int | ProductPrivatePart [get] |
string? | ProductVersion [get] |
string? | SpecialBuild [get] |
Private Member Functions | |
unsafe | FileVersionInfo (string fileName) |
bool | GetVersionInfoForCodePage (IntPtr memIntPtr, string codepage) |
Static Private Member Functions | |
static string | ConvertTo8DigitHex (uint value) |
static global::Interop.Version.VS_FIXEDFILEINFO | GetFixedFileInfo (IntPtr memPtr) |
static unsafe string | GetFileVersionLanguage (IntPtr memPtr) |
static string | GetFileVersionString (IntPtr memPtr, string name) |
static uint | GetVarEntry (IntPtr memPtr) |
static uint | HIWORD (uint dword) |
static uint | LOWORD (uint dword) |
Static Private Attributes | |
static readonly uint[] | s_fallbackLanguageCodePages = new uint[3] { 67699888u, 67699940u, 67698688u } |
Definition at line 8 of file FileVersionInfo.cs.