I created a Descriptor file from Example.proto file using the below command.

.\protoc.exe --proto_path=D:\ExampleProject\ --include_imports 
D:\ExampleProject\Example.Proto 
--descriptor_set_out=D:\ExampleProject\Example.pb

We want to read this file and create FileDescriptorSet object in C#. But 
both FileDescriptorSet and FileDescriptorProto are internal classes.

Please let me know how to create FileDescriptor object from this Example.pb 
file. 

Note: We want to use C#.

Thanks & Regards
Raghu

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Attachment: Example.proto
Description: Binary data

Attachment: Example.pb
Description: Binary data

Reply via email to