Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetLength()

static long System.IO.RandomAccess.GetLength ( SafeFileHandle handle)
inlinestatic

Definition at line 95 of file RandomAccess.cs.

96 {
98 return GetFileLength(handle);
99 }
static void ValidateInput(SafeFileHandle handle, long fileOffset)
static unsafe long GetFileLength(SafeFileHandle handle)

References System.IO.RandomAccess.GetFileLength(), System.handle, System.L, and System.IO.RandomAccess.ValidateInput().