UnmanagedMemoryAccessor.WriteArray<T>(Int64, T[], Int32, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
T
형식 배열의 구조체를 접근자에 씁니다.
public:
generic <typename T>
where T : value class void WriteArray(long position, cli::array <T> ^ array, int offset, int count);
public void WriteArray<T> (long position, T[] array, int offset, int count) where T : struct;
[System.Security.SecurityCritical]
public void WriteArray<T> (long position, T[] array, int offset, int count) where T : struct;
member this.WriteArray : int64 * 'T[] * int * int -> unit (requires 'T : struct)
[<System.Security.SecurityCritical>]
member this.WriteArray : int64 * 'T[] * int * int -> unit (requires 'T : struct)
Public Sub WriteArray(Of T As Structure) (position As Long, array As T(), offset As Integer, count As Integer)
형식 매개 변수
- T
구조체의 형식입니다.
매개 변수
- position
- Int64
쓰기를 시작할 접근자의 바이트 수입니다.
- array
- T[]
접근자에 쓸 배열입니다.
- offset
- Int32
쓰기를 시작할 array
의 인덱스입니다.
- count
- Int32
array
에서 쓸 구조체 수입니다.
- 특성
예외
position
가 count
에서 지정한 구조의 수를 쓴 후 상위 노드에 바이트 수가 충분하지 않습니다.
array
이(가) null
인 경우
접근자가 쓰기를 지원하지 않는 경우
접근자가 삭제되었습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET