DkmILInterpreterPrimitiveValue Class

Definition

A primitive value or string.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public ref class DkmILInterpreterPrimitiveValue : Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILInterpreterPrimitiveValue : Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILInterpreterPrimitiveValue : Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue
[System.Runtime.InteropServices.Guid("dd09d102-60f5-a71f-6a91-6d9770d907ca")]
public class DkmILInterpreterPrimitiveValue : Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue
[<System.Runtime.InteropServices.Guid("dd09d102-60f5-a71f-6a91-6d9770d907ca")>]
type DkmILInterpreterPrimitiveValue = class
    inherit DkmILInterpreterValue
Public Class DkmILInterpreterPrimitiveValue
Inherits DkmILInterpreterValue
Inheritance
DkmILInterpreterPrimitiveValue
Attributes

Properties

RuntimeInstance

Represents a CLR instance running in a target process.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

(Inherited from DkmILInterpreterValue)
TagValue

DkmILInterpreterValue is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInterpreterValue)
Value

The value to be passed into or returned from the interpreted method.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

Methods

Create(DkmClrRuntimeInstance, Object)

Create a new DkmILInterpreterPrimitiveValue object instance.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

Applies to