|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | CallFunction ([in] ICorDebugFunction *pFunction, [in] ULONG32 nArgs, [in] ICorDebugValue *ppArgs[]) |
| HRESULT | NewObject ([in] ICorDebugFunction *pConstructor, [in] ULONG32 nArgs, [in] ICorDebugValue *ppArgs[]) |
| HRESULT | NewObjectNoConstructor ([in] ICorDebugClass *pClass) |
| HRESULT | NewString ([in] LPCWSTR string) |
| HRESULT | NewArray ([in] CorElementType elementType, [in] ICorDebugClass *pElementClass, [in] ULONG32 rank, [in] ULONG32 dims[], [in] ULONG32 lowBounds[]) |
| HRESULT | IsActive ([out] BOOL *pbActive) |
| HRESULT | Abort () |
| HRESULT | GetResult ([out] ICorDebugValue **ppResult) |
| HRESULT | GetThread ([out] ICorDebugThread **ppThread) |
| HRESULT | CreateValue ([in] CorElementType elementType, [in] ICorDebugClass *pElementClass, [out] ICorDebugValue **ppValue) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 833 of file cordebug.idl.
| HRESULT ICorDebugEval::Abort | ( | ) |
| HRESULT ICorDebugEval::CallFunction | ( | [in] ICorDebugFunction * | pFunction, |
| [in] ULONG32 | nArgs, | ||
| [in] ICorDebugValue * | ppArgs[] | ||
| ) |
| HRESULT ICorDebugEval::CreateValue | ( | [in] CorElementType | elementType, |
| [in] ICorDebugClass * | pElementClass, | ||
| [out] ICorDebugValue ** | ppValue | ||
| ) |
| HRESULT ICorDebugEval::GetResult | ( | [out] ICorDebugValue ** | ppResult | ) |
| HRESULT ICorDebugEval::GetThread | ( | [out] ICorDebugThread ** | ppThread | ) |
| HRESULT ICorDebugEval::NewArray | ( | [in] CorElementType | elementType, |
| [in] ICorDebugClass * | pElementClass, | ||
| [in] ULONG32 | rank, | ||
| [in] ULONG32 | dims[], | ||
| [in] ULONG32 | lowBounds[] | ||
| ) |
| HRESULT ICorDebugEval::NewObject | ( | [in] ICorDebugFunction * | pConstructor, |
| [in] ULONG32 | nArgs, | ||
| [in] ICorDebugValue * | ppArgs[] | ||
| ) |
| HRESULT ICorDebugEval::NewObjectNoConstructor | ( | [in] ICorDebugClass * | pClass | ) |