DkmModuleInstanceIsUserCodeAsyncResult(Boolean) Constructor
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.
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.