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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `FileDescriptorSet` class, part of the `Google.Protobuf.Reflection` namespace, represents a collection of parsed .proto files output by the protocol compiler."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key functionalities of `FileDescriptorSet` include cloning, calculating size, merging data, and writing to a coded output stream."],["The class contains properties such as `Descriptor`, `File` (a `RepeatedField` of `FileDescriptorProto`), and `Parser`, and has a constructor that can create a new instance or a copy of another `FileDescriptorSet`."],["The `FileDescriptorSet` class has the `FileFieldNumber` constant which represents the field number for the \"file\" field."]]],[]]