ArrayWithOffset 구조체

정의

지정된 배열 내에서 배열 및 오프셋을 캡슐화합니다.

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
특성
구현

설명

플랫폼 호출을 통해 도달한 네이티브 메서드에 대한 인수로 사용할 수 있습니다. 이 경우 플랫폼 호출 마샬러는 배열의 시작 주소를 검색하고, 오프셋을 추가하고, 결과 포인터를 기본 네이티브 함수에 전달합니다. 이 구조는 기본 형식 배열 및 기본 형식의 필드만 포함하는 값 형식 배열과 같이 참조가 없는 배열만 지원합니다.

생성자

ArrayWithOffset(Object, Int32)

ArrayWithOffset 구조체의 새 인스턴스를 초기화합니다.

메서드

Equals(ArrayWithOffset)

지정된 ArrayWithOffset 개체가 현재 인스턴스와 일치하는지 여부를 나타냅니다.

Equals(Object)

지정된 개체가 현재 ArrayWithOffset 개체와 일치하는지 여부를 나타냅니다.

GetArray()

ArrayWithOffset에서 참조한 관리되는 배열을 반환합니다.

GetHashCode()

이 값 형식에 대한 해시 코드를 반환합니다.

GetOffset()

ArrayWithOffset이 생성될 때 제공된 오프셋을 반환합니다.

연산자

Equality(ArrayWithOffset, ArrayWithOffset)

지정된 두 ArrayWithOffset 개체의 값이 같은지를 확인합니다.

Inequality(ArrayWithOffset, ArrayWithOffset)

지정된 두 ArrayWithOffset 개체의 값이 같은지 여부를 확인합니다.

적용 대상