public sealed class FileDescriptorSet : IMessage<FileDescriptorSet>, IEquatable<FileDescriptorSet>, IDeepCloneable<FileDescriptorSet>, IBufferMessage, IMessage
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `FileDescriptorSet` class, part of the `Google.Protobuf.Reflection` namespace, represents a collection of .proto files parsed by the protocol compiler."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message comparison, cloning, and handling buffered messages."],["`FileDescriptorSet` has properties like `Descriptor`, `File`, and `Parser` for accessing message descriptors, file descriptions, and parsing functionality."],["It offers methods like `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()` to handle message size, cloning, comparison, hashing, merging, string conversion, and writing to output streams."],["The class includes constructors to create new instances of `FileDescriptorSet`, either empty or based on another `FileDescriptorSet` object, and has the `FileFieldNumber` for identifying the \"file\" field."]]],[]]