SymReader.GetSymAttribute(SymbolToken, String) 方法

定义

在所有情况下均引发 NotSupportedExceptionThrows a NotSupportedException in all cases.

public:
 override cli::array <System::Byte> ^ GetSymAttribute(System::Diagnostics::SymbolStore::SymbolToken parent, System::String ^ name);
public:
 virtual cli::array <System::Byte> ^ GetSymAttribute(System::Diagnostics::SymbolStore::SymbolToken parent, System::String ^ name);
public override byte[] GetSymAttribute (System.Diagnostics.SymbolStore.SymbolToken parent, string name);
public virtual byte[] GetSymAttribute (System.Diagnostics.SymbolStore.SymbolToken parent, string name);
abstract member GetSymAttribute : System.Diagnostics.SymbolStore.SymbolToken * string -> byte[]
override this.GetSymAttribute : System.Diagnostics.SymbolStore.SymbolToken * string -> byte[]
Public Overrides Function GetSymAttribute (parent As SymbolToken, name As String) As Byte()
Public Overridable Function GetSymAttribute (parent As SymbolToken, name As String) As Byte()

参数

parent
SymbolToken

未使用此参数。This parameter is not used.

name
String

未使用此参数。This parameter is not used.

返回

Byte[]

在所有情况下均引发 NotSupportedExceptionThrows a NotSupportedException in all cases.

实现

例外

在所有情况下。In all cases.

适用于