DkmIsUserCodeAsyncResult(Boolean) 构造函数

定义

创建新的结果结构,以便保存对 DkmInstructionAddress 的成功调用的输出。

public:
 DkmIsUserCodeAsyncResult(bool UserCode);
public:
 DkmIsUserCodeAsyncResult(bool UserCode);
 DkmIsUserCodeAsyncResult(bool UserCode);
public DkmIsUserCodeAsyncResult (bool UserCode);
new Microsoft.VisualStudio.Debugger.Symbols.DkmIsUserCodeAsyncResult : bool -> Microsoft.VisualStudio.Debugger.Symbols.DkmIsUserCodeAsyncResult
Public Sub New (UserCode As Boolean)

参数

UserCode
Boolean

中如果提供的说明地址是用户代码,则为 True。

适用于