|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| AssemblyName | GetAssemblyName () |
| CustomAttributeHandleCollection | GetCustomAttributes () |
Package Functions | |
| AssemblyReference (MetadataReader reader, uint treatmentAndRowId) | |
Properties | |
| int | RowId [get] |
| bool | IsVirtual [get] |
| Version | Version [get] |
| AssemblyFlags | Flags [get] |
| StringHandle | Name [get] |
| StringHandle | Culture [get] |
| BlobHandle | PublicKeyOrToken [get] |
| BlobHandle | HashValue [get] |
Private Attributes | |
| readonly MetadataReader | _reader |
| readonly uint | _treatmentAndRowId |
Static Private Attributes | |
| static readonly Version | s_version_4_0_0_0 = new Version(4, 0, 0, 0) |
Definition at line 3 of file AssemblyReference.cs.