ClrAssemblyFileCollection Members
Include Protected Members
Include Inherited Members
Contains a collection of ClrAssemblyFile objects. This class cannot be inherited.
The ClrAssemblyFileCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ClrAssemblyFileCollection() | Initializes a new instance of ClrAssemblyFile. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add(ClrAssemblyFile) | Adds a ClrAssemblyFile to the end of the collection. | 
| .gif) | AddRange(ICollection) | Adds the elements of an ICollection to the end of the collection. | 
| .gif) | Clear() | Removes all elements from the collection. | 
| .gif) | Contains(ClrAssemblyFile) | Indicates whether the collection contains a specified ClrAssemblyFile. | 
| .gif) | CopyTo(Array, Int32) | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. | 
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | IndexOf(ClrAssemblyFile) | Gets the index of a specified ClrAssemblyFile. | 
| .gif) | Insert(Int32, ClrAssemblyFile) | Inserts a ClrAssemblyFile into the collection at the specified index. | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | Remove(ClrAssemblyFile) | Removes the specified ClrAssemblyFile from the collection. | 
| .gif) | RemoveAt(Int32) | Removes the ClrAssemblyFile at the specified index from the collection. | 
| .gif) | ToString() | (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of ClrAssemblyFile objects contained in the collection. | 
| .gif) | Item[Int32] | Gets or sets the ClrAssemblyFile at the specified index from the collection. | 
Top
Explicit Interface Implementations
Top
.gif)
.gif)
.gif)