ICorDebugProcess2 Interface

Definition

public interface class ICorDebugProcess2
public interface class ICorDebugProcess2
__interface ICorDebugProcess2
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("AD1B3588-0EF0-4744-A496-AA09A9F80371")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugProcess2
[System.Runtime.InteropServices.Guid("AD1B3588-0EF0-4744-A496-AA09A9F80371")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugProcess2
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("AD1B3588-0EF0-4744-A496-AA09A9F80371")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugProcess2 = interface
[<System.Runtime.InteropServices.Guid("AD1B3588-0EF0-4744-A496-AA09A9F80371")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugProcess2 = interface
Public Interface ICorDebugProcess2
Attributes

Methods

ClearUnmanagedBreakpoint(UInt64)
GetDesiredNGENCompilerFlags(UInt32)
GetReferenceValueFromGCHandle(IntPtr, ICorDebugReferenceValue)
GetThreadForTaskID(UInt64, ICorDebugThread2)
GetVersion(COR_VERSION)
SetDesiredNGENCompilerFlags(UInt32)
SetUnmanagedBreakpoint(UInt64, UInt32, Byte[], UInt32)

Applies to