DkmEELocalObject Class

Definition

Internal object for accessing visualizer information from the target computer.

public ref class DkmEELocalObject : Microsoft::VisualStudio::Debugger::DkmDataContainer
[System.Runtime.InteropServices.Guid("81492227-e68b-4398-eea2-12c86fd2be52")]
public class DkmEELocalObject : Microsoft.VisualStudio.Debugger.DkmDataContainer
[<System.Runtime.InteropServices.Guid("81492227-e68b-4398-eea2-12c86fd2be52")>]
type DkmEELocalObject = class
    inherit DkmDataContainer
Public Class DkmEELocalObject
Inherits DkmDataContainer
Inheritance
Attributes

Properties

IsUnloaded

Returns true if a 'unloaded' event has been raised for this object (example: DkmThread::Unload is called) or if the object has been closed. Note that care must be used when checking this status as, without synchronization, the returned status may no longer be accurate the instruction after it is read.

(Inherited from DkmDataContainer)
Process

DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps.

UniqueId

Guid which uniquely identifies this DkmEELocalObject.

Methods

Create(DkmProcess, DkmDataItem)

Create a new DkmEELocalObject object instance.

GetAssembly(UInt32, UInt32, UInt32, String, Byte[], Byte[])

GetAssembly.

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

GetDataItem<T>()

Gets the instance of 'T' which has been added to this container instance. If this container does not contain a 'T', this function will return null.

(Inherited from DkmDataContainer)
GetHostAssembly(UInt32, Byte[], Byte[])

GetHostAssembly.

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

GetTargetAssembly(String, UInt32)

GetTargetAssembly.

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

GetTargetClass(String, UInt32, UInt32, UInt32, UInt32, UInt32)

Returns visualizer information for a class.

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

GetValueAttributeProps(UInt32, UInt32, String, UInt32, String, String, String)

GetValueAttributeProps.

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

GetViewerAttributeProps(UInt32, UInt32, String, UInt32, String, UInt32)

GetViewerAttributeProps.

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

GetVisualizerAttributeProps(UInt32, UInt32, String, UInt32, String, UInt32, String, UInt32, String, UInt32)

GetVisualizerAttributeProps.

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

InitCache()

Initializes the visualizer cache on the IDE computer.

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

RemoveDataItem<T>()

Remove the instance of 'T' from this container. It is usually unnecessary to call this method as a data container will automatically be emptied when the object is closed.

(Inherited from DkmDataContainer)
SetDataItem<T>(DkmDataCreationDisposition, T)

Place a new item in the data container.

(Inherited from DkmDataContainer)

Applies to