Gets the types of the addresses.
[Visual Basic] ReadOnly Property AddressKind As SymAddressKind [C#] SymAddressKind AddressKind {get;} [C++] SymAddressKind get_AddressKind() = 0; [JScript] abstract function get AddressKind() : SymAddressKind;
The types of the addresses. SymAddressKind provides the field definitions.
ISymbolVariable Interface | ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace