ArrayWithOffset 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 배열 내에서 배열 및 오프셋을 캡슐화합니다.
public value class ArrayWithOffset
public value class ArrayWithOffset : IEquatable<System::Runtime::InteropServices::ArrayWithOffset>
public struct ArrayWithOffset
public readonly struct ArrayWithOffset
public readonly struct ArrayWithOffset : IEquatable<System.Runtime.InteropServices.ArrayWithOffset>
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public struct ArrayWithOffset
type ArrayWithOffset = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type ArrayWithOffset = struct
Public Structure ArrayWithOffset
Public Structure ArrayWithOffset
Implements IEquatable(Of ArrayWithOffset)
- 상속
- 특성
- 구현
설명
플랫폼 호출을 통해 도달한 네이티브 메서드에 대한 인수로 사용할 수 있습니다. 이 경우 플랫폼 호출 마샬러는 배열의 시작 주소를 검색하고, 오프셋을 추가하고, 결과 포인터를 기본 네이티브 함수에 전달합니다. 이 구조체는 기본 형식 배열 및 기본 형식의 필드만 포함하는 값 형식 배열과 같이 참조가 없는 배열만 지원합니다.
생성자
ArrayWithOffset(Object, Int32) |
ArrayWithOffset 구조체의 새 인스턴스를 초기화합니다. |
메서드
Equals(ArrayWithOffset) |
지정된 ArrayWithOffset 개체가 현재 인스턴스와 일치하는지 여부를 나타냅니다. |
Equals(Object) |
지정된 개체가 현재 ArrayWithOffset 개체와 일치하는지 여부를 나타냅니다. |
GetArray() |
이 ArrayWithOffset에서 참조한 관리되는 배열을 반환합니다. |
GetHashCode() |
이 값 형식에 대한 해시 코드를 반환합니다. |
GetOffset() |
이 ArrayWithOffset이 생성될 때 제공된 오프셋을 반환합니다. |
연산자
Equality(ArrayWithOffset, ArrayWithOffset) |
지정된 두 ArrayWithOffset 개체의 값이 같은지를 확인합니다. |
Inequality(ArrayWithOffset, ArrayWithOffset) |
지정된 두 ArrayWithOffset 개체의 값이 같은지 여부를 확인합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET