Condividi tramite


IDebugProcess3.GetDebugReason Method

Definition

Overloads

GetDebugReason(enum_DEBUG_REASON[])

public:
 int GetDebugReason(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_DEBUG_REASON> ^ pReason);
public int GetDebugReason(Microsoft.VisualStudio.Debugger.Interop.enum_DEBUG_REASON[] pReason);
abstract member GetDebugReason : Microsoft.VisualStudio.Debugger.Interop.enum_DEBUG_REASON[] -> int
Public Function GetDebugReason (pReason As enum_DEBUG_REASON()) As Integer

Parameters

pReason
enum_DEBUG_REASON[]

Returns

Applies to

GetDebugReason(UInt32)

public:
 int GetDebugReason([Runtime::InteropServices::Out] System::UInt32 % pReason);
public int GetDebugReason(out uint pReason);
abstract member GetDebugReason : uint32 -> int
Public Function GetDebugReason (ByRef pReason As UInteger) As Integer

Parameters

pReason
UInt32

Returns

Applies to