Click or drag to resize
MvArray Class
Implements an array of objects that can be transported between processes.
Inheritance Hierarchy

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public class MvArray : MvUserType, IList, 
	ICollection, IEnumerable, IList<Object>, ICollection<Object>, 
	IEnumerable<Object>, ICloneable

The MvArray type exposes the following members.

Constructors
  NameDescription
Public methodMvArray
Initializes a new empty array.
Public methodMvArray(ICollection)
Initializes a new array from a collection.
Public methodMvArray(Int32)
Initializes a new array with a specified size.
Top
Methods
  NameDescription
Public methodAsBoolean
Converts to a Boolean value.
(Inherited from MvUserType.)
Public methodAsChar
Converts to a char value.
(Inherited from MvUserType.)
Public methodAsDouble
Converts to a double value.
(Inherited from MvUserType.)
Public methodAsFloat
Converts to a float value.
(Inherited from MvUserType.)
Public methodAsHRef
Converts to an HRef value.
(Inherited from MvUserType.)
Public methodAsLong
Converts to a long value.
(Inherited from MvUserType.)
Public methodAsRef
Converts to a MvRef value.
(Inherited from MvUserType.)
Public methodAsString
Converts to a string value.
(Inherited from MvUserType.)
Public methodAsValue
Converts to another MvUserType value.
(Inherited from MvUserType.)
Public methodClone
Cloning an array will copy its internal data.
(Overrides MvUserTypeClone.)
Public methodEncode
Writes this instance into an MvMessage.
(Overrides MvUserTypeEncode(MvMessage).)
Public methodEquals
Checks whether two arrays are equal.
(Overrides MvUserTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this object.
(Inherited from MvUserType.)
Public methodToString
Provides a string representation of this object for debugging purposes.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyItem
Gets or sets an item at a given index.
Top
See Also