IDebugProcess3.GetDebugReason Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]