Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the time of the checkpoint by using the high resolution counter.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property EventTime As Long
Get
Private Set
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
- 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.