ThreadDestroyEvent.EventTime Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the time of the event using the high resolution counter.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property EventTime As Long
    Get
    Private Set
'Usage
Dim instance As ThreadDestroyEvent
Dim value As Long

value = instance.EventTime
public long EventTime { get; private set; }
public:
property long long EventTime {
    long long get ();
    private: void set (long long value);
}
member EventTime : int64 with get, private set
function get EventTime () : long
private function set EventTime (value : long)

Property Value

Type: System.Int64

Remarks

This value is retrieved from QueryPerformanceCounter.

.NET Framework Security

See Also

Reference

ThreadDestroyEvent Class

ThreadDestroyEvent Members

Microsoft.VisualStudio.TraceLog Namespace