[]
A fast method to pass array of ComObject to C1.Win.DX methods.
public class ComArrayBase : DisposeBase, IDisposable, IEnumerable
| Name | Description |
|---|---|
| ComArrayBase(params ComObject[]) | Initializes a new instance of the ComArrayBase class. |
| ComArrayBase(int) | Initializes a new instance of the ComArrayBase class. |
| Name | Description |
|---|---|
| Length | Gets the length. |
| NativePointer | Gets the pointer to the native array associated to this instance. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |
| Get(int) | Gets an object at the specified index. |
| GetEnumerator() | |
| Set(int, ComObject) | Sets an object at the specified index. |