FileProcessor Class |
Namespace: Novacta.Documentation.ShfbTools
The FileProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| FileProcessor | Initializes a new instance of the FileProcessor class |
| Name | Description | |
|---|---|---|
| Executable |
Gets the path of the processor.
| |
| WorkingDirectory |
Gets the working directory of the processor.
|
| Name | Description | |
|---|---|---|
| Arguments |
Returns the process arguments for the specified file.
| |
| 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.) | |
| Run(String) |
Runs the processor on the specified file.
| |
| Run(String, String) |
Runs the processor on the specified file applying
command-line arguments specific to that file.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |