Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISymbolVariable Interface

Represents a variable within a symbol store.

For a list of all members of this type, see ISymbolVariable Members.

[Visual Basic]
Public Interface ISymbolVariable
[C#]
public interface ISymbolVariable
[C++]
public __gc __interface ISymbolVariable
[JScript]
public interface ISymbolVariable

Remarks

The ISymbolVariable interface can be a parameter, a local variable, or a field.

Note   This interface is the managed counterpart of the ISymUnmanagedVariable interface, defined in the Debug Reference (located in the %\Microsoft.NET\Framework SDK\Tool Developers Guide\Docs directory). The unmanaged Symbol Store interfaces described in the Debug Reference provide an alternative set of unmanaged APIs for writing and manipulating symbolic information.

Requirements

Namespace: System.Diagnostics.SymbolStore

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Mscorlib (in Mscorlib.dll)

See Also

ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace | ISymbolMethod | ISymbolNamespace | ISymbolReader | ISymbolScope

Show:
© 2017 Microsoft