System.Runtime.InteropServices.ArrayWithOffset Members

The members of System.Runtime.InteropServices.ArrayWithOffset are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Initializes a new instance of the System.Runtime.InteropServices.ArrayWithOffset structure.

Public Methods

override
Equals(object) : bool

Indicates whether the specified object matches the current System.Runtime.InteropServices.ArrayWithOffset object.

Equals(ArrayWithOffset) : bool

Indicates whether the specified System.Runtime.InteropServices.ArrayWithOffset object matches the current instance.

GetArray() : object

Returns the managed array referenced by this System.Runtime.InteropServices.ArrayWithOffset.

override
GetHashCode() : int

Returns a hash code for this value type.

GetOffset() : int

Returns the offset provided when this System.Runtime.InteropServices.ArrayWithOffset was constructed.

Public Operators

static
Equality(ArrayWithOffset, ArrayWithOffset)

Determines whether two specified System.Runtime.InteropServices.ArrayWithOffset objects have the same value.

static
Inequality(ArrayWithOffset, ArrayWithOffset)

Determines whether two specified System.Runtime.InteropServices.ArrayWithOffset objects no not have the same value.