DkmModuleInstanceIsUserCodeAsyncResult(Boolean) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmModuleInstance.IsUserCode.

public:
 DkmModuleInstanceIsUserCodeAsyncResult(bool IsUserCode);
public DkmModuleInstanceIsUserCodeAsyncResult (bool IsUserCode);
new Microsoft.VisualStudio.Debugger.DkmModuleInstanceIsUserCodeAsyncResult : bool -> Microsoft.VisualStudio.Debugger.DkmModuleInstanceIsUserCodeAsyncResult
Public Sub New (IsUserCode As Boolean)

Parameters

IsUserCode
Boolean

[In] True if some or all of the module is user code. False if the entire module is nonuser code.

Applies to