Result
|
The ResultBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| ResultBuffer | Default constructor for the ResultBuffer class. | |
| ResultBuffer(TypedValue) | Constructor for the ResultBuffer class. Creates a buffer with the specified array of typed values. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add(Object) | Adds the specified typed object as the next object in the sequence of tagged data. | |
| Add(TypedValue) | Adds the specified typed value as the next object in the sequence of tagged data. | |
| AsArray | Returns this resulting buffer as an array of typed values. | |
| Create | Creates an object based on the passed pointer and returns a handle to the created object. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Overrides DisposableWrapperEquals(Object)) |
|
| GetEnumerator | Returns the enumerator for the resulting buffer. | |
| GetHashCode | Retrieves the object hash code. (Overrides DisposableWrapperGetHashCode) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| ToString | Returns an equivalent string representation of this
object. (Overrides ObjectToString) |
|
| ToString(IFormatProvider) | Returns an equivalent string representation of this object. | |
| ToString(String, IFormatProvider) | Returns an equivalent string representation of this object. |
| Name | Description | |
|---|---|---|
| Equality(ResultBuffer, ResultBuffer) | Equality operator for the ResultBuffer class. | |
| Inequality(ResultBuffer, ResultBuffer) | Inequality operator for the ResultBuffer class. |
| © Bricsys NV. All rights reserved. |