UnmanagedMemoryAccessor.ReadBoolean(Int64) 메서드

정의

접근자에서 부울 값을 읽습니다.

public:
 bool ReadBoolean(long position);
public bool ReadBoolean(long position);
member this.ReadBoolean : int64 -> bool
Public Function ReadBoolean (position As Long) As Boolean

매개 변수

position
Int64

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

반품

true 또는 false.

예외

값을 읽은 후 position 바이트가 충분하지 않습니다.

position 가 0보다 작거나 접근자의 용량보다 큽니다.

접근자가 읽기를 지원하지 않습니다.

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

적용 대상