DkmInstructionAddress.TagValue Property

Definition

DkmInstructionAddress is an abstract base class. This enum indicates which derived class this object is an instance of.

public:
 property Microsoft::VisualStudio::Debugger::DkmInstructionAddress::Tag TagValue { Microsoft::VisualStudio::Debugger::DkmInstructionAddress::Tag get(); };
public Microsoft.VisualStudio.Debugger.DkmInstructionAddress.Tag TagValue { get; }
member this.TagValue : Microsoft.VisualStudio.Debugger.DkmInstructionAddress.Tag
Public ReadOnly Property TagValue As DkmInstructionAddress.Tag

Property Value

Returns DkmInstructionAddress.Tag.

Applies to