DiagnosticCheckpointEvent.EventTime Property
Gets the time of the checkpoint by using the high resolution counter.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Property EventTime As Long
public long EventTime { get; private set; }
public:
virtual property long long EventTime {
long long get () sealed;
private: void set (long long value) sealed;
}
abstract EventTime : int64 with get, private set
override EventTime : int64 with get, private set
final function get EventTime () : long
private final function set EventTime (value : long)
Property Value
Type: Int64
Remarks
The time value is retrieved from QueryPerformanceCounter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.