DkmGetActiveTaskAddressesForThreadAsyncResult.TaskAddresses 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.
The active tasks for this thread.
This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).
public:
property cli::array <System::UInt64> ^ TaskAddresses { cli::array <System::UInt64> ^ get(); };
public ulong[] TaskAddresses { get; }
member this.TaskAddresses : uint64[]
Public ReadOnly Property TaskAddresses As ULong()
Property Value
UInt64[]