IDkmClrUIVisualizerService Interface

Definition

Implemented by expression evaluators which support the C# EE's method of custom viewers (i.e. IPropertyProxyEESide). This interface is subject to change in future releases.

Implementations of this interface are always called (no filtering is supported). To reduce memory impact, it is suggested that this interface be implemented in a small dll, or that the implementation is configured with 'CallOnlyWhenLoaded="true"'.

public interface class IDkmClrUIVisualizerService
public interface class IDkmClrUIVisualizerService
__interface IDkmClrUIVisualizerService
public interface IDkmClrUIVisualizerService
type IDkmClrUIVisualizerService = interface
Public Interface IDkmClrUIVisualizerService

Methods

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

Not described (internal API).

InitSourceDataProvider(DkmPropertyProxy)

Not described (internal API).

InPlaceUpdateObject(DkmPropertyProxy, Byte[])

Not described (internal API).

ResolveAssemblyReference(DkmPropertyProxy, String, UInt32, ReadOnlyCollection<Byte>, ReadOnlyCollection<Byte>, String, UInt32)

Implements IPropertyProxyEESide::ResolveAssemblyReference().

Applies to