Solution Members
Applies To: Windows 8.1
Provides access to data applicable to the overall AXE session. This is the core of the AXE functionality for a solution application.
The following tables list the members exposed by the Solution type.
Public Properties
Name | Description | |
---|---|---|
SessionFolder | The folder that contains the AXE engine state files and debugging logs. | |
SessionLogFile | The name of the debugging log files that contain a record of the AXE engine execution. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CreateEngine | Create an Engine object to run AXE jobs. | |
CreateJob | Loads a job from an XML file. | |
CreateLogger | Creates a Logging object to write information into the event logging file. | |
CreateResults | Create a JobResults object from a result file. | |
Dispose | Releases all resources used by the object. | |
Equals | (Inherited from Object) | |
GetErrorText | Retrievse the text for a specified error code. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Initialize | Overloaded. Initialize the AXE solution portion of the AXE core. | |
ReadLogFile | Reads a log file. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top