IDkmClrPropertyInterpreter.GetProperty(DkmClrAppDomain, ICorDebugValue, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Évalue une propriété sur le ICorDebugValue donné. Le type de la valeur doit être chargé par le DkmClrAppDomain sur lequel ce $Name $ est appelé.
public:
Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue ^ GetProperty(Microsoft::VisualStudio::Debugger::Clr::DkmClrAppDomain ^ appDomain, Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ value, System::String ^ propertyName);
public Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue GetProperty (Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain appDomain, Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue value, string propertyName);
abstract member GetProperty : Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain * Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue * string -> Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue
Public Function GetProperty (appDomain As DkmClrAppDomain, value As ICorDebugValue, propertyName As String) As DkmILInterpreterValue
Paramètres
- appDomain
- DkmClrAppDomain
Dans DkmClrAppDomain représente un domaine d’application CLR à l’intérieur d’un processus qui est en cours de débogage.
- value
- ICorDebugValue
Dans Objet sur lequel une propriété doit être interprétée. Il peut s’agir d’un ICorDebugHandleValue ou d’une ICorDebugObjectValue.
- propertyName
- String
Dans Nom de la propriété à interpréter.
Retours
[Out, optional] Résultat de l’interprétation de la propriété.