SymVariable Class
Updated: March 13, 2015
Represents a variable within a symbol store.
Assembly: ISymWrapper (in ISymWrapper.dll)
System.Diagnostics.SymbolStore::SymVariableBase
System.Diagnostics.SymbolStore::SymVariable
| Name | Description | |
|---|---|---|
![]() | AddressField1 | Gets the first address of a variable. |
![]() | AddressField2 | Gets the second address of a variable. |
![]() | AddressField3 | Gets the third address of a variable. |
![]() | AddressKind | Gets the SymAddressKind value describing the type of the address. |
![]() | Attributes | Gets the attributes of the variable. |
![]() | EndOffset | Gets the end offset of a variable within the scope of the variable. |
![]() | Name | Gets the name of the variable. |
![]() | StartOffset | Gets the start offset of the variable within the scope of the variable. |
| Name | Description | |
|---|---|---|
![]() | {dtor}() | Releases the resources held by the current instance.(Inherited from SymVariableBase.) |
![]() | Dispose() | Releases the resources used by the current instance of the SymVariable class. |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Releases unmanaged resources and performs other cleanup operations before the SymVariable is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSignature() | Gets the variable signature. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The SymVariable object can be a parameter, a local variable, or a field.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


