Share via


IDebugExpressionEvaluator2 Interface

Definition

public interface class IDebugExpressionEvaluator2 : Microsoft::VisualStudio::Debugger::Interop::IDebugExpressionEvaluator
[System.Runtime.InteropServices.Guid("2DE1D5E0-CA57-456F-815C-5902825A2795")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugExpressionEvaluator2 : Microsoft.VisualStudio.Debugger.Interop.IDebugExpressionEvaluator
[<System.Runtime.InteropServices.Guid("2DE1D5E0-CA57-456F-815C-5902825A2795")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugExpressionEvaluator2 = interface
    interface IDebugExpressionEvaluator
Public Interface IDebugExpressionEvaluator2
Implements IDebugExpressionEvaluator
Derived
Attributes
Implements

Methods

GetMethodLocationProperty(String, IDebugSymbolProvider, IDebugAddress, IDebugBinder, IDebugProperty2)
GetMethodProperty(IDebugSymbolProvider, IDebugAddress, IDebugBinder, Int32, IDebugProperty2)
GetService(Guid, Object)
Parse(String, enum_PARSEFLAGS, UInt32, String, UInt32, IDebugParsedExpression)
Parse(String, UInt32, UInt32, String, UInt32, IDebugParsedExpression)
PreloadModules(IDebugSymbolProvider)
SetCallback(IDebugSettingsCallback2)
SetCorPath(String)
SetIDebugIDECallback(IDebugIDECallback)
SetLocale(UInt16)
SetRegistryRoot(String)
Terminate()

Applies to