Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyFile.cs
Go to the documentation of this file.
2
3public readonly struct AssemblyFile
4{
5 private readonly MetadataReader _reader;
6
7 private readonly int _rowId;
8
10
11 public bool ContainsMetadata => _reader.FileTable.GetFlags(Handle) == 0;
12
14
15 public BlobHandle HashValue => _reader.FileTable.GetHashValue(Handle);
16
18 {
19 _reader = reader;
20 _rowId = handle.RowId;
21 }
22
27}
static AssemblyFileHandle FromRowId(int rowId)
AssemblyFile(MetadataReader reader, AssemblyFileHandle handle)
CustomAttributeHandleCollection GetCustomAttributes()