ICorDebugEval Interface

Definition

public interface class ICorDebugEval
public interface class ICorDebugEval
__interface ICorDebugEval
[System.Runtime.InteropServices.Guid("CC7BCAF6-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugEval
[<System.Runtime.InteropServices.Guid("CC7BCAF6-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugEval = interface
Public Interface ICorDebugEval
Attributes

Methods

Abort()
CallFunction(ICorDebugFunction, UInt32, ICorDebugValue[])
CallFunction(ICorDebugFunction, UInt32, IntPtr[])
CreateValue(CorElementType, ICorDebugClass, ICorDebugValue)
GetResult(ICorDebugValue)
GetResult(IntPtr)
GetThread(ICorDebugThread)
IsActive(Int32)
NewArray(CorElementType, ICorDebugClass, UInt32, UInt32, UInt32)
NewObject(ICorDebugFunction, UInt32, ICorDebugValue[])
NewObject(ICorDebugFunction, UInt32, IntPtr[])
NewObjectNoConstructor(ICorDebugClass)
NewString(String)

Applies to