Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileReferenceCollection Class
Properties Methods Events


In This Topic
    FileReferenceCollection Class Members
    In This Topic

    The following tables list the members exposed by FileReferenceCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new directory monitor for the provided file reference collection on the provided path.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the ICollection.  
    Public PropertyGets a value indicating whether the ICollection is read-only.  
    Public PropertyGets or sets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ICollection.  
    Public MethodRemoves all items from the ICollection.  
    Public MethodDetermines whether the ICollection contains a specific value.  
    Public MethodDetermines whether the collection contains an element with the specified key.  
    Public MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodDetermines the index of a specific item in the IList.  
    Public MethodInserts an item to the IList at the specified index.  
    Public MethodOverloaded. Removes the first occurrence of a specific object from the ICollection.  
    Public MethodRemoves the IList item at the specified index.  
    Public MethodChange the files name to the new unique name  
    Public MethodRetrieve an item from the collection by its key if present. If not present, the default value of the object is returned.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled to raise the CollectionChanged event  
    Protected MethodCalled when it has been detected that the directory has been updated to determine what the update is.  
    Protected MethodAdd an item to the collection, optionally specifying the index  
    Protected MethodClear all of the items in the collection  
    Protected MethodCalled whenever an item has to be removed to the collection  
    Protected MethodCalled to set an item to a specific location in the index, removing whatever is there  
    Top
    Public Events
     NameDescription
    Public EventRaised every time the collection's contents are changed to allow subscribers to automatically track changes.  
    Top
    See Also