System.Diagnostics.SymbolStore.ISymbolReader.GetSymAttribute Method

Gets an attribute value when given the attribute name.

Syntax

public byte[] GetSymAttribute (SymbolToken parent, string name)

Parameters

parent
The metadata token for the object for which the attribute is requested.
name
The attribute name.

Returns

The value of the attribute.

Remarks

This attribute is only associated with symbolic information and is not a metadata custom attribute.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0