public class IndexProgressArgs : EventArgs
public ref class IndexProgressArgs : public EventArgs
IndexProgressArgs | Initializes a new instance of the IndexProgressArgs class. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
FileState | The indexing state of the current file being indexed |
IndexedCount | The number of files that have been indexed so far. |
IndexedSize | The size, in bytes, of the amount of data indexed (based on file size). |
IndexState | The number of files that have been searched so far. |
Progress | Description of the current progress message. |
TotalCount | The total count of the files checked for indexing. |
TotalSize | The size, in bytes, of the files checked for indexing (based on file size). |