ClrAssemblyFileCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of ClrAssemblyFile objects. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("8DB99C4E-C9A1-4b63-8C42-8D31A593E380")]
public sealed class ClrAssemblyFileCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("8DB99C4E-C9A1-4b63-8C42-8D31A593E380")>]
type ClrAssemblyFileCollection = class
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class ClrAssemblyFileCollection
Implements IList
- Inheritance
-
ClrAssemblyFileCollection
- Attributes
- Implements
Constructors
ClrAssemblyFileCollection() |
Properties
Count |
Gets the number of elements contained in the collection. |
Item[Int32] |
Gets or sets the ClrAssemblyFile element at the specified index. |
Methods
Add(ClrAssemblyFile) |
Adds the specified ClrAssemblyFile to the end of the collection. |
AddRange(ICollection) |
Adds the set of specified elements to the end of the collection. |
Clear() |
Removes all items from the collection. |
Contains(ClrAssemblyFile) |
Determines whether the specified ClrAssemblyFile exists in the collection. |
CopyTo(Array, Int32) |
Copies the elements of the collection to an Array, starting at a particular Array index. |
IndexOf(ClrAssemblyFile) |
Searches for the specified ClrAssemblyFile and returns its zero-based index within the collection. |
Insert(Int32, ClrAssemblyFile) |
Inserts the specified ClrAssemblyFile to the collection at the specified index. |
Remove(ClrAssemblyFile) |
Removes the specified ClrAssemblyFile from this collection. |
RemoveAt(Int32) |
Removes the ClrAssemblyFile at the specified index. |