Interface IVariableSymbol
- Namespace
- AsmResolver.Symbols.Pdb.Records
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a variable symbol in a PDB file.
public interface IVariableSymbol : ICodeViewSymbol
- Inherited Members
Properties
Name
Gets or sets the name of the variable.
Utf8String? Name { get; set; }
Property Value
VariableType
Gets or sets the value type of the variable.
CodeViewTypeRecord? VariableType { get; set; }