MvArray Class |
Namespace: RW.Server.Component
The MvArray type exposes the following members.
Name | Description | |
---|---|---|
MvArray |
Initializes a new empty array.
| |
MvArray(ICollection) |
Initializes a new array from a collection.
| |
MvArray(Int32) |
Initializes a new array with a specified size.
|
Name | Description | |
---|---|---|
AsBoolean |
Converts to a Boolean value.
(Inherited from MvUserType.) | |
AsChar |
Converts to a char value.
(Inherited from MvUserType.) | |
AsDouble |
Converts to a double value.
(Inherited from MvUserType.) | |
AsFloat |
Converts to a float value.
(Inherited from MvUserType.) | |
AsHRef |
Converts to an HRef value.
(Inherited from MvUserType.) | |
AsLong |
Converts to a long value.
(Inherited from MvUserType.) | |
AsRef |
Converts to a MvRef value.
(Inherited from MvUserType.) | |
AsString |
Converts to a string value.
(Inherited from MvUserType.) | |
AsValue |
Converts to another MvUserType value.
(Inherited from MvUserType.) | |
Clone |
Cloning an array will copy its internal data.
(Overrides MvUserTypeClone.) | |
Encode |
Writes this instance into an MvMessage.
(Overrides MvUserTypeEncode(MvMessage).) | |
Equals |
Checks whether two arrays are equal.
(Overrides MvUserTypeEquals(Object).) | |
GetHashCode |
Returns the hash code for this object.
(Inherited from MvUserType.) | |
ToString |
Provides a string representation of this object for
debugging purposes.
(Overrides ObjectToString.) |