Udostępnij za pośrednictwem


DkmIsHiddenCodeAsyncResult(DkmNonUserCodeFlags, DkmInstructionSymbol) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmInstructionSymbol.IsHiddenCode.

public:
 DkmIsHiddenCodeAsyncResult(Microsoft::VisualStudio::Debugger::Clr::DkmNonUserCodeFlags NonUserCodeFlags, Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ NextLine);
public:
 DkmIsHiddenCodeAsyncResult(Microsoft::VisualStudio::Debugger::Clr::DkmNonUserCodeFlags NonUserCodeFlags, Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ NextLine);
 DkmIsHiddenCodeAsyncResult(Microsoft::VisualStudio::Debugger::Clr::DkmNonUserCodeFlags NonUserCodeFlags, Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol const & NextLine);
public DkmIsHiddenCodeAsyncResult (Microsoft.VisualStudio.Debugger.Clr.DkmNonUserCodeFlags NonUserCodeFlags, Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol NextLine);
public DkmIsHiddenCodeAsyncResult (Microsoft.VisualStudio.Debugger.Clr.DkmNonUserCodeFlags NonUserCodeFlags, Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol? NextLine);
new Microsoft.VisualStudio.Debugger.Symbols.DkmIsHiddenCodeAsyncResult : Microsoft.VisualStudio.Debugger.Clr.DkmNonUserCodeFlags * Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol -> Microsoft.VisualStudio.Debugger.Symbols.DkmIsHiddenCodeAsyncResult
Public Sub New (NonUserCodeFlags As DkmNonUserCodeFlags, NextLine As DkmInstructionSymbol)

Parameters

NonUserCodeFlags
DkmNonUserCodeFlags

[In] Flags for DebuggerStepThrough DebuggerHidden, and/or DebuggerNonUserCode attributes set on method or class or marked hidden due to the 0xfeefee sequence point.

NextLine
DkmInstructionSymbol

[In,Optional] The symbol for the next non-hidden source line. This is null if the current line is not hidden.

Applies to