IDebugJIT100.JITDebug Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)
Syntax
'Declaration
Function JITDebug ( _
CrashingProgram As CRASHING_PROGRAM_INFO100 _
) As Integer
int JITDebug(
CRASHING_PROGRAM_INFO100 CrashingProgram
)
int JITDebug(
[InAttribute] CRASHING_PROGRAM_INFO100 CrashingProgram
)
abstract JITDebug :
CrashingProgram:CRASHING_PROGRAM_INFO100 -> int
function JITDebug(
CrashingProgram : CRASHING_PROGRAM_INFO100
) : int
Parameters
- CrashingProgram
Type: Microsoft.VisualStudio.Debugger.Interop.CRASHING_PROGRAM_INFO100
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.