[This is preliminary documentation and is subject to change.]
Represents a log(s) to process. This is done by going to the Directory and running a RegEx
match on all filenames in that directory with SearchString.
| C# | Visual Basic | Managed C++ | J# |
public class LogToProcess
Public Class LogToProcess
public ref class LogToProcess
public class LogToProcess
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| LogToProcessNew() |
Initializes a new instance of the LogToProcess class.
| |
| Directory |
The directory that should be searched using the SearchString.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (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.) | |
| SearchString |
The RegEx string on which matches should be based.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| LogToProcess | |