ProjectBase Class

Common base class for projects in the Analyser and Runner integrations.

Namespace: XJTAG.Integration

Syntax

public abstract class ProjectBase : IDisposable

Inheritance Hierarchy

  • object
  • IDisposable

Members

Properties

Name Description
VariantName

The name of the active Variant in the loaded project. This value is null if a variant is not loaded.

Methods

Name Description
Dispose()

Cleans up resources used by the project instance.

Dispose(bool)

Cleans up resources used by the project instance.

Equals(object) (from object)
Finalize (from object)
GetHashCode (from object)
GetType (from object)
MemberwiseClone (from object)
ToString (from object)