Click or drag to resize
SbNativeArray Methods

The SbNativeArray type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCopy(SbNativeArray, SbNativeArray, Int32) Obsolete.
Copy elements from source to destination array.
Public methodStatic memberCopy(SbNativeArray, SbNativeArray, Int64) Obsolete.
Copy elements from source to destination array.
Public methodStatic memberCopy(SbNativeArray, Int32, SbNativeArray, Int32, Int32) Obsolete.
Copy elements from source (starting at startIndex) to destination array (starting at destinationIndex).
Public methodStatic memberCopy(SbNativeArray, Int64, SbNativeArray, Int64, Int64) Obsolete.
Copy elements from source (starting at startIndex) to destination array (starting at destinationIndex).
Public methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also