System.Diagnostics.SymbolStore.ISymbolWriter.SetSymAttribute Method

Defines an attribute when given the attribute name and the attribute value.

Syntax

public void SetSymAttribute (SymbolToken parent, string name, byte[] data)

Parameters

parent
The metadata token for which the attribute is being defined.
name
The attribute name.
data
The attribute value.

Remarks

The ISymbolWriter.SetSymAttribute(SymbolToken, string, Byte[]) method 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