IDkmClrPropertyInterpreter151.GetProperty Method

Definition

Evaluates a property on the given ICorDebugValue. The value's type must be loaded by the DkmClrAppDomain of the DkmStackWalkFrame that this $Name$ is being called on.

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue ^ GetProperty(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ frame, Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ value, System::String ^ propertyName);
public Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue GetProperty (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame frame, Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue value, string propertyName);
abstract member GetProperty : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame * Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue * string -> Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue
Public Function GetProperty (frame As DkmStackWalkFrame, value As ICorDebugValue, propertyName As String) As DkmILInterpreterValue

Parameters

frame
DkmStackWalkFrame

[In] DkmStackWalkFrame represents a frame on a call stack which has been walked, but may not have been formatted or filtered. Formatted frames are represented by DkmStackFrame instead.

value
ICorDebugValue

[In] The object to interpret a property on. This can be an ICorDebugHandleValue or an ICorDebugObjectValue.

propertyName
String

[In] The name of the property to interpret.

Returns

[Out,Optional] The result of the property interpretation.

Applies to