UnmanagedMemoryAccessor.ReadUInt64(Int64) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

CLS 대체 규격
System.Decimal

접근자에서 부호 없는 64비트 정수를 읽습니다.

public:
 System::UInt64 ReadUInt64(long position);
[System.CLSCompliant(false)]
public ulong ReadUInt64 (long position);
[<System.CLSCompliant(false)>]
member this.ReadUInt64 : int64 -> uint64
Public Function ReadUInt64 (position As Long) As ULong

매개 변수

position
Int64

읽기를 시작할 접근자의 바이트 수입니다.

반환

읽은 값입니다.

특성

예외

position이 값을 읽은 다음 바이트가 부족합니다.

position가 0보다 작거나 접근자의 용량보다 큰 경우

접근자가 읽기를 지원하지 않는 경우

접근자가 삭제되었습니다.

적용 대상