DkmILTlsGetValue Class
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.
Pushes an index of a TLS slot off the IL stack. Reads the value of that TLS slot for the thread of the current stack frame and pushes the result onto the IL stack. If the TLS index is not valid, the result is undefined. It may read a random value from memory, or fail. The value that is pushed on the stack is a pointer-sized value (4 bytes if the debuggee is 32-bit, 8 bytes if the debuggee is 64-bit).
public ref class DkmILTlsGetValue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILTlsGetValue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILTlsGetValue : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("a9dbc0f2-c7be-c76b-5cff-9e45cef41a33")]
public class DkmILTlsGetValue : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("a9dbc0f2-c7be-c76b-5cff-9e45cef41a33")>]
type DkmILTlsGetValue = class
inherit DkmILInstruction
Public Class DkmILTlsGetValue
Inherits DkmILInstruction
- Inheritance
- Attributes
Properties
TagValue |
DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of. (Inherited from DkmILInstruction) |
UniqueId |
Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values. (Inherited from DkmILInstruction) |
Methods
Create() |
Create a new DkmILTlsGetValue object instance. |