ArrayWithOffset Structure
Encapsulates an array and an offset within the specified array.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
The ArrayWithOffset type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Equals(ArrayWithOffset) | Indicates whether the specified ArrayWithOffset object matches the current instance. |
![]() ![]() ![]() | Equals(Object) | Indicates whether the specified object matches the current ArrayWithOffset object. (Overrides ValueType.Equals(Object).) |
![]() ![]() ![]() | GetArray | Returns the managed array referenced by this ArrayWithOffset. |
![]() ![]() ![]() | GetHashCode | Returns a hash code for this value type. (Overrides ValueType.GetHashCode().) |
![]() ![]() ![]() | GetOffset | Returns the offset provided when this ArrayWithOffset was constructed. |
![]() ![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() ![]() | Equality | Determines whether two specified ArrayWithOffset objects have the same value. |
![]() ![]() ![]() ![]() | Inequality | Determines whether two specified ArrayWithOffset objects no not have the same value. |
Can be used as an argument to a native method reached through platform invoke. In this case, the platform invoke marshaler will retrieve the starting address of the array, add the offset, and pass the resulting pointer to the underlying native function. This structure only supports arrays containing no references, such as primitive type arrays and value type arrays containing only fields of primitive types.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


