alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AssemblyDescriptorCollection

    Type-safe collection for AssemblyDescriptor objects.

    Inheritance
    System.Object
    AssemblyDescriptorCollection
    Namespace: Syncfusion.Scripting
    Assembly: Syncfusion.Scripting.Base.dll
    Syntax
    public class AssemblyDescriptorCollection : CollectionBase

    Constructors

    AssemblyDescriptorCollection()

    Declaration
    public AssemblyDescriptorCollection()

    Properties

    Item[Int32]

    Declaration
    public AssemblyDescriptor this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    AssemblyDescriptor

    Methods

    Add(AssemblyDescriptor)

    Declaration
    public int Add(AssemblyDescriptor descriptor)
    Parameters
    Type Name Description
    AssemblyDescriptor descriptor
    Returns
    Type
    System.Int32

    Contains(AssemblyDescriptor)

    Declaration
    public bool Contains(AssemblyDescriptor descriptor)
    Parameters
    Type Name Description
    AssemblyDescriptor descriptor
    Returns
    Type
    System.Boolean

    Remove(AssemblyDescriptor)

    Declaration
    public void Remove(AssemblyDescriptor descriptor)
    Parameters
    Type Name Description
    AssemblyDescriptor descriptor
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved