[]
        
(Showing Draft Content)

C1.Util.DX.ComArrayBase

ComArrayBase Class

A fast method to pass array of ComObject to C1.Win.DX methods.

Inheritance
ComArrayBase
Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class ComArrayBase : DisposeBase, IDisposable, IEnumerable

Constructors

Name Description
ComArrayBase(params ComObject[])

Initializes a new instance of the ComArrayBase class.

ComArrayBase(int)

Initializes a new instance of the ComArrayBase class.

Properties

Name Description
Length

Gets the length.

NativePointer

Gets the pointer to the native array associated to this instance.

Methods

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.