DkmClrAppDomain.GetProperty(ICorDebugValue, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
[Saída, opcional] O resultado da interpretação da propriedade.