Requirement :
1. I have converted Example.proto file to Example.cs file code using the protoc.exe command.
2. I want to read Example.cs file using FileStream and create the Example object or atleast the TypeOf<Example Object>. I do not want to include it in my project as I want to make it generic.
Could you please let me know how to achieve this requirement.