Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
QueryPerformanceFrequency()
static unsafe long System.Diagnostics.Stopwatch.QueryPerformanceFrequency
(
)
inline
static
private
Definition at line
99
of file
Stopwatch.cs
.
100
{
101
System
.
Runtime
.
CompilerServices
.
Unsafe
.SkipInit(out
long
result);
102
Interop.BOOL
bOOL =
Interop
.
Kernel32
.
QueryPerformanceFrequency
(&result);
103
return
result;
104
}
Interop.Kernel32.QueryPerformanceFrequency
static unsafe BOOL QueryPerformanceFrequency(long *lpFrequency)
Interop.Kernel32
Definition
Interop.cs:8
Interop.BOOL
BOOL
Definition
Interop.cs:262
Interop
Definition
Interop.cs:6
System.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:6
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime
Definition
NullablePublicOnlyAttribute.cs:3
System
Definition
BlockingCollection.cs:8
References
Interop.Kernel32.QueryPerformanceFrequency()
.
System
Diagnostics
Stopwatch
Generated by
1.10.0