Share via


ISymUnmanagedVariable Interface

Represents a variable, such as a parameter, a local variable, or a field.

Methods

Method Description

ISymUnmanagedVariable::GetAddressField1 Method

Gets the first address field for this variable. Its meaning depends on the kind of address.

ISymUnmanagedVariable::GetAddressField2 Method

Gets the second address field for this variable. Its meaning depends on the kind of address.

ISymUnmanagedVariable::GetAddressField3 Method

Gets the third address field for this variable. Its meaning depends on the kind of address.

ISymUnmanagedVariable::GetAddressKind Method

Gets the kind of address of this variable.

ISymUnmanagedVariable::GetAttributes Method

Gets the attribute flags for this variable.

ISymUnmanagedVariable::GetEndOffset Method

Gets the end offset of this variable within its parent.

ISymUnmanagedVariable::GetName Method

Gets the name of this variable.

ISymUnmanagedVariable::GetSignature Method

Gets the signature of this variable.

ISymUnmanagedVariable::GetStartOffset Method

Gets the start offset of this variable within its parent.

Requirements

Header: CorSym.idl

See Also

Other Resources

Diagnostics Symbol Store Interfaces