DkmClrAppDomain.GetProperty(ICorDebugValue, String) Método

Definição

Avalia uma propriedade no determinado ICorDebugValue. O tipo do valor deve ser carregado pelo DkmClrAppDomain que este $Name $ está sendo chamado.

Restrição de local: deve estar no lado remoto porque estamos passando um ICorDebugHandleValue.

Essa API foi introduzida no Visual Studio 15 RTM (DkmApiVersion. VS15RTM).

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue ^ GetProperty(Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ Value, System::String ^ PropertyName);
public:
 Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue ^ GetProperty(Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ Value, Platform::String ^ PropertyName);
Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue GetProperty(Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue const & Value, std::wstring const & PropertyName);
public Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue GetProperty (Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue Value, string PropertyName);
member this.GetProperty : Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue * string -> Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue
Public Function GetProperty (Value As ICorDebugValue, PropertyName As String) As DkmILInterpreterValue

Parâmetros

Value
ICorDebugValue

No O objeto no qual interpretar uma propriedade. Isso pode ser um ICorDebugHandleValue ou um ICorDebugObjectValue.

PropertyName
String

No O nome da propriedade a ser interpretada.

Retornos

DkmILInterpreterValue

[Saída, opcional] O resultado da interpretação da propriedade.

Aplica-se a