I have a CustomAttribute. I see there's a Blob property on it, but I
want to get out one of the properties set on the attribute in it's
specific instance (specifically a string), no just the raw binary.

That is, I have

[MyTestAttribute(SomeProp = "Val")]
public class......


And I want to get out "Val".

Can you suggest a way of doing this please?

-- 
--
mono-cecil

Reply via email to