DkmDisassembledInstruction.Symbol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] The symbol name, if any, associated with the address (public symbol, label, and so on).
public:
property System::String ^ Symbol { System::String ^ get(); };
public:
property Platform::String ^ Symbol { Platform::String ^ get(); };
public string Symbol { get; }
public string? Symbol { get; }
member this.Symbol : string
Public ReadOnly Property Symbol As String
Property Value
Returns String.