DkmIsUserCodeExtendedAsyncResult.UserCode Property
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.
True if the provided instruction address is user code.
This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).
public:
property bool UserCode { bool get(); };
public bool UserCode { get; }
member this.UserCode : bool
Public ReadOnly Property UserCode As Boolean