JGJernej Gorickiinilovetodeletecode.hashnode.dev·Mar 18, 2023 · 5 min readProtocol Buffer Message Reflection API in C#TL;DR This blog post shows how to replace .NET reflection with the functionality available on the IMessage interface, when dealing with C# objects generated using Protobuf's protoc compiler. IMessage.Descriptor is the way to access Protobuf Reflectio...00