ArrayWithOffset Structure
Encapsulates an array and an offset within the specified array.
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).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
