ICorDebugEval2 Interface

Definition

public interface class ICorDebugEval2
public interface class ICorDebugEval2
__interface ICorDebugEval2
[System.Runtime.InteropServices.Guid("FB0D9CE7-BE66-4683-9D32-A42A04E2FD91")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugEval2
[<System.Runtime.InteropServices.Guid("FB0D9CE7-BE66-4683-9D32-A42A04E2FD91")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugEval2 = interface
Public Interface ICorDebugEval2
Attributes

Methods

CallParameterizedFunction(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, ICorDebugValue[])
CallParameterizedFunction(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, IntPtr[])
CreateValueForType(ICorDebugType, ICorDebugValue)
NewParameterizedArray(ICorDebugType, UInt32, UInt32[], UInt32[])
NewParameterizedObject(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, ICorDebugValue[])
NewParameterizedObject(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, IntPtr[])
NewParameterizedObjectNoConstructor(ICorDebugClass, UInt32, ICorDebugType[])
NewStringWithLength(Char[], UInt32)
RudeAbort()

Applies to