Thanks for answer Mattias,
1. Yes, this is attribute for
System.ComponentModel.EditorBrowsableAttribute.
Custom attribure parsed with method signature. Method signature is:
0x06 - blob size
0x20 - HASTHIS
0x01 - ParamCount
0x01 - ELEMENT_TYPE_VOID
0x11 - ELEMENT_TYPE_VALUETYPE
0x82, 0x6d - TypeRefOrDefEncoded: System.AttributeTargets
Probably, I something missing in spec. Before I think that Elem for
ELEMENT_VALUETYPE (0x11) must contain SerString (that include PackedLen as
prefix). This is wrong (?).
Spec says (syntax diagram on p. 145) that Elem contain Val for simple and
enum or contain SerString for string or type. Why custom attribute contain
value 0x000017fc?
2. If PackedLen is not equal to encoded value, than how to decode it? (this
is not described in ECMA-335).
Alex.