DkmClrLocalConstant Class

Definition

Represents a local constant defined within a method scope. These are defined with ISymUnmanagedWriter::DefineConstant or ISymUnmanagedWriter2::DefineConstant2.

public ref class DkmClrLocalConstant
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmClrLocalConstant
[Windows::Foundation::Metadata::WebHostHidden]
class DkmClrLocalConstant
[System.Runtime.InteropServices.Guid("be763bf4-5d54-ece8-8dcb-6f5ed4ae3506")]
public class DkmClrLocalConstant
[<System.Runtime.InteropServices.Guid("be763bf4-5d54-ece8-8dcb-6f5ed4ae3506")>]
type DkmClrLocalConstant = class
Public Class DkmClrLocalConstant
Inheritance
DkmClrLocalConstant
Attributes

Properties

AdditionalData

[Optional] Additional data used by the symbol provider to identify the constant. Meaning is implementation specific.

Module

Module where this local constant is defined.

Name

Name of the constant.

Value

[Optional] Value assigned to this constant. No value implies VT_EMPTY.

Methods

Create(DkmModule, String, Object, ReadOnlyCollection<Byte>)

Create a new DkmClrLocalConstant object instance.

GetSignature()

Provides the COR_SIGNATURE for a local constant.

Location constraint: This API will fail when called from an IDE component to query information for server-side compiled ASP.NET code, or dynamically compiled code.

Applies to