次の方法で共有


IDebugExpressionEvaluator3 Interface

Definition

public interface class IDebugExpressionEvaluator3 : Microsoft::VisualStudio::Debugger::Interop::IDebugExpressionEvaluator2
[System.Runtime.InteropServices.Guid("4C7EC6F5-BB6C-43A2-853C-80FF48B7A8A6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugExpressionEvaluator3 : Microsoft.VisualStudio.Debugger.Interop.IDebugExpressionEvaluator2
[<System.Runtime.InteropServices.Guid("4C7EC6F5-BB6C-43A2-853C-80FF48B7A8A6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugExpressionEvaluator3 = interface
    interface IDebugExpressionEvaluator2
Public Interface IDebugExpressionEvaluator3
Implements IDebugExpressionEvaluator2
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)
Parse2(String, enum_PARSEFLAGS, UInt32, IDebugSymbolProvider, IDebugAddress, String, UInt32, IDebugParsedExpression)
Parse2(String, UInt32, UInt32, IDebugSymbolProvider, IDebugAddress, String, UInt32, IDebugParsedExpression)
PreloadModules(IDebugSymbolProvider)
SetCallback(IDebugSettingsCallback2)
SetCorPath(String)
SetIDebugIDECallback(IDebugIDECallback)
SetLocale(UInt16)
SetRegistryRoot(String)
Terminate()

Applies to