Click or drag to resize
PFSFile Methods

The PFSFile type exposes the following members.

Methods
  NameDescription
Public methodClose
Terminate the access to a parameter file data structure and free the associated internal storage.
Public methodDeleteTarget(Int32)
Delete a target section from this pfs file, by section number
Public methodDeleteTarget(String, Int32)
Delete a target section from this pfs file, by section name and named number
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetResultFolder
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.

Public methodGetSectionFromHandle
Try to find the given section based on the sectionPath.
Public methodGetTarget(Int32)
Return a reference to the n'th target of a parameter file.
Public methodGetTarget(Int32, Boolean)
Return a reference to the n'th target of a parameter file, null if not existing.
Public methodGetTarget(String, Int32)
Return a reference to the n'th instance of a specific target name of a parameter file.
Public methodGetTarget(String, Int32, Boolean)
Return a reference to the n'th instance of a specific target name of a parameter file, null if not existing
Public methodGetTargetsCount
Return the number of targets present in a parameter file.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertNewTarget
Insert a new target section with specified name into this pfs file at the specified position
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Write the contents of a PFS object to file
Top
Extension Methods
  NameDescription
Public Extension MethodFindSection
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.)
Top
See Also