IThread.UserStackRange 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.
Gets the address range of the user-mode stack for the thread, if any.
public Nullable<Microsoft.Windows.EventTracing.AddressRange> UserStackRange { get; }
member this.UserStackRange : Nullable<Microsoft.Windows.EventTracing.AddressRange>
Public ReadOnly Property UserStackRange As Nullable(Of AddressRange)