I am trying to lookup message values from strings, like Xpath For XML
messages.
I can see there is a Reflection class but I am not sure how to use it.

In my currenct setup I am using the protobuf-net (http://
code.google.com/p/protobuf-net/). Thank you Marc Gravell, and have
defined a foo.proto file like this:

message foo {
        required string s;
}

and generated a foo.cs file using 'protogen.exe -i:foo.proto -
o:foo.cs'

Visual Studio 2010 and dotnet 4.0

Lars

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to