ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComArrayBase Class
Properties Methods Events


In This Topic
    ComArrayBase Class Members
    In This Topic

    The following tables list the members exposed by ComArrayBase.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
    Public PropertyGets the length.  
    Public PropertyGets the pointer to the native array associated to this instance.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Clean up any resources being used.  
    Public MethodGets an object at the specified index.  
    Public MethodSets an object at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the DisposeBase is reclaimed by garbage collection. (Inherited from C1.Util.DX.DisposeBase)
    Top
    Public Events
     NameDescription
    Public EventOccurs when this instance is fully disposed. (Inherited from C1.Util.DX.DisposeBase)
    Public EventOccurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase)
    Top
    See Also