Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 EvalComplete Method
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework General Reference
ICorDebugManagedCallback::EvalComplete Method

Notifies the debugger that an evaluation has been completed.

HRESULT EvalComplete (
    [in] ICorDebugAppDomain *pAppDomain,
    [in] ICorDebugThread    *pThread,
    [in] ICorDebugEval      *pEval
);
pAppDomain

[in] A pointer to an ICorDebugAppDomain object that represents the application domain in which the evaluation was performed.

pThread

[in] A pointer to an ICorDebugThread object that represents the thread in which the evaluation was performed.

pEval

[in] A pointer to an ICorDebugEval object that represents the code that performed the evaluation.

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker