DkmMCppILLocalVariableSymbol.IsParameter Property

Definition

True if this variable is a function parameter; false if this variable is a local variable. In some cases, such as global functions or member functions of native classes, this API will provide parameter names from the PDB that are not available through inspection of just the metadata.

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

public:
 property bool IsParameter { bool get(); };
public:
 property bool IsParameter { bool get(); };
public bool IsParameter { get; }
member this.IsParameter : bool
Public ReadOnly Property IsParameter As Boolean

Property Value

Applies to