public void GetEvent(int rid, out EventRow row) { _accessor.Position = GetTableRowOffset(MetadataTableType.Event, rid); row.Flags = _accessor.ReadUInt16(); row.Name = ReadValue(_stringHeapOffsetSize4); row.EventType = ReadValue(_codedTokenDataSize4[0]); }
void IMetadata.GetEvent(int rid, out EventRow row) { _tables.EventTable.Get(rid, out row); }