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
public property SessionFolder The folder that contains the AXE engine state files and debugging logs.
public property 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
public method CreateEngine Create an Engine object to run AXE jobs.
public method CreateJob Loads a job from an XML file.
public method CreateLogger Creates a Logging object to write information into the event logging file.
public method CreateResults Create a JobResults object from a result file.
public method Dispose Releases all resources used by the object.
public method Equals  (Inherited from Object)
public method GetErrorText Retrievse the text for a specified error code.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic Initialize Overloaded. Initialize the AXE solution portion of the AXE core.
public method ReadLogFile Reads a log file.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

Solution Class
Microsoft.Assessments.Hosting Namespace