DkmPropertyProxy Class

Definition

Concord wrapper around IPropertyProxyEESide.

public ref class DkmPropertyProxy : Microsoft::VisualStudio::Debugger::DkmDataContainer
[System.Runtime.InteropServices.Guid("26a761e2-09ad-2a3e-6c9f-cc799df30828")]
public class DkmPropertyProxy : Microsoft.VisualStudio.Debugger.DkmDataContainer
[<System.Runtime.InteropServices.Guid("26a761e2-09ad-2a3e-6c9f-cc799df30828")>]
type DkmPropertyProxy = class
    inherit DkmDataContainer
Public Class DkmPropertyProxy
Inherits DkmDataContainer
Inheritance
Attributes

Properties

EvaluationResult

The evaluation result this proxy is based on.

Id

Not described (internal API).

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)
UniqueId

Guid which uniquely identifies this DkmPropertyProxy.

Methods

Create(UInt32, DkmSuccessEvaluationResult, DkmDataItem)

Create a new DkmPropertyProxy object instance.

CreateReplacementObject(Byte[])

Not described (internal API).

Location constraint: API must be called from an IDE component (component level > 100,000).

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

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)
GetInitialData()

Not described (internal API).

Location constraint: API must be called from an IDE component (component level > 100,000).

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

GetManagedViewerCreationData(String, ReadOnlyCollection<Byte>, ReadOnlyCollection<Byte>, String, UInt32, Boolean)

Not described (internal API).

Location constraint: API must be called from an IDE component (component level > 100,000).

InitSourceDataProvider()

Not described (internal API).

Location constraint: API must be called from an IDE component (component level > 100,000).

InPlaceUpdateObject(Byte[])

Not described (internal API).

Location constraint: API must be called from an IDE 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)
ResolveAssemblyReference(String, UInt32, ReadOnlyCollection<Byte>, ReadOnlyCollection<Byte>, String, UInt32)

Implements IPropertyProxyEESide::ResolveAssemblyReference().

Location constraint: API must be called from an IDE component (component level > 100,000).

SetDataItem<T>(DkmDataCreationDisposition, T)

Place a new item in the data container.

(Inherited from DkmDataContainer)

Applies to