IDebugExpressionEvaluator100 Interface

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("643CD3D4-043D-410C-8201-7E83C8918A91")> _
Public Interface IDebugExpressionEvaluator100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("643CD3D4-043D-410C-8201-7E83C8918A91")]
public interface IDebugExpressionEvaluator100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"643CD3D4-043D-410C-8201-7E83C8918A91")]
public interface class IDebugExpressionEvaluator100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("643CD3D4-043D-410C-8201-7E83C8918A91")>]
type IDebugExpressionEvaluator100 =  interface end
public interface IDebugExpressionEvaluator100

The IDebugExpressionEvaluator100 type exposes the following members.

Methods

  Name Description
Public method NotifyFuncEval
Public method SetAttachedCLRMajorMinorVersion

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace