NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolVariable.AddressKind

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;

Property Value

The types of the addresses. SymAddressKind provides the field definitions.

See Also

ISymbolVariable Interface | ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace