PFSFile Methods |
The PFSFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Terminate the access to a parameter file data structure and free the associated internal storage.
|
![]() | DeleteTarget(Int32) |
Delete a target section from this pfs file, by section number
|
![]() | DeleteTarget(String, Int32) |
Delete a target section from this pfs file, by section name and named number
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetResultFolder |
Evaluatet the actual result folder, based on default result folder,
ProjectResultFolder,
UseCustomResultFolder and
CustomResultFolder.
The default result folder is the path of the pfs file, followed by "\PfsFileName.pfs - Result Files\" When a project result folder is defined, the result folder is the project result folder, followed by "\PfsFileName.pfs - Result Files\" When a custom result folder is defined, that is the location of the result folder. |
![]() | GetSectionFromHandle |
Try to find the given section based on the sectionPath.
|
![]() | GetTarget(Int32) |
Return a reference to the n'th target of a parameter file.
|
![]() | GetTarget(Int32, Boolean) |
Return a reference to the n'th target of a parameter file, null if not existing.
|
![]() | GetTarget(String, Int32) |
Return a reference to the n'th instance of a specific target name of a parameter file.
|
![]() | GetTarget(String, Int32, Boolean) |
Return a reference to the n'th instance of a specific target name of a parameter file, null if not existing
|
![]() | GetTargetsCount |
Return the number of targets present in a parameter file.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertNewTarget |
Insert a new target section with specified name into this pfs file at the specified position
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write |
Write the contents of a PFS object to file
|
Name | Description | |
---|---|---|
![]() | FindSection |
Look in all targets of the pfs file and try find a section
with the provided section name. It will not recurse into sub-sections,
but only "level-2" sections are looked for.
(Defined by PFSExtensions.) |