C# Class Microsoft.R.Debugger.AD7ExpressionEvaluationCompleteEvent

Inheritance: AD7AsynchronousEvent, IDebugExpressionEvaluationCompleteEvent2
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
AD7ExpressionEvaluationCompleteEvent ( Exception exception ) : System
AD7ExpressionEvaluationCompleteEvent ( IDebugExpression2 expression, IDebugProperty2 property ) : System
GetExpression ( IDebugExpression2 &ppExpr ) : int
GetResult ( IDebugProperty2 &ppResult ) : int

Method Details

AD7ExpressionEvaluationCompleteEvent() public méthode

public AD7ExpressionEvaluationCompleteEvent ( Exception exception ) : System
exception System.Exception
Résultat System

AD7ExpressionEvaluationCompleteEvent() public méthode

public AD7ExpressionEvaluationCompleteEvent ( IDebugExpression2 expression, IDebugProperty2 property ) : System
expression IDebugExpression2
property IDebugProperty2
Résultat System

GetExpression() public méthode

public GetExpression ( IDebugExpression2 &ppExpr ) : int
ppExpr IDebugExpression2
Résultat int

GetResult() public méthode

public GetResult ( IDebugProperty2 &ppResult ) : int
ppResult IDebugProperty2
Résultat int