Table of Contents

Interface ICorDebugEval

Namespace
Microsoft.Samples.Debugging.CorDebug.NativeApi
Assembly
raw.dll
[InterfaceType(1)]
[Guid("CC7BCAF6-8A68-11D2-983C-0000F808342D")]
public interface ICorDebugEval

Methods

Abort()
CallFunction(ICorDebugFunction, uint, ICorDebugValue[])
CreateValue(CorElementType, ICorDebugClass, out ICorDebugValue)
GetResult(out ICorDebugValue)
GetThread(out ICorDebugThread)
IsActive(out int)
NewArray(CorElementType, ICorDebugClass, uint, ref uint, ref uint)
NewObject(ICorDebugFunction, uint, ICorDebugValue[])
NewObjectNoConstructor(ICorDebugClass)
NewString(string)