StdVectorByte Class |
Namespace: Rhino.Runtime.InteropWrappers
The StdVectorByte type exposes the following members.
| Name | Description | |
|---|---|---|
| StdVectorByte |
Initializes a new SimpleArrayByte class.
| |
| StdVectorByte(IEnumerableByte) |
Initializes a new StdVectorByte class
| |
| StdVectorByte(StdVectorByte) |
Initializes a new SimpleArrayByte with the contents of another SimpleArrayByte.
| |
| StdVectorByte(UInt64) |
Initializes a new SimpleArrayByte class.
Initial size of the array - all values are set to zero. |
| Name | Description | |
|---|---|---|
| ConstPointer |
Gets the constant (immutable) pointer of this vector.
| |
| CopyTo |
Copies the contents of a StdVectorByte into another StdVectorByte.
| |
| Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Memory |
Return the raw data.
| |
| NonConstPointer |
Gets the non-constant pointer (for modification) of this vector.
| |
| ToArray |
Returns the managed counterpart of the unmanaged array.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |