WorkspaceFile

Objects of the WorkspaceFile class represent workspace files that can contain projects. A workspace file contains a list of project files and source code control provider information. Each project file contains lists of sequence files, code modules, and other files required by a particular test system.

To perform read or write operations for objects from the WorkspaceFile class, obtain a reference to the PropertyObjectFile interface by using the WorkspaceFile.AsPropertyObjectFile method, then use the PropertyObjectFile.ReadFile and PropertyObjectFile.WriteFile methods, respectively.

Properties

Methods

See Also

AsPropertyObjectFile

Engine.CurrentWorkspaceFile

PropertyObjectFile.ReadFile

PropertyObjectFile.WriteFile

WorkspaceObject