Click or drag to resize
PFSDllWrapperpfsDump Method
Dump the contents of a parameter file object with detailed internal information into a text file.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static void pfsDump(
	IntPtr handle,
	string fileName
)

Parameters

handle
Type: SystemIntPtr
A pfsNode/pfsHandle pointer
fileName
Type: SystemString
File name
Remarks
The Handle function argument may be either a pfsHandle to refer to a complete parameter structure, or a pfsNode to refer to a sub-tree of the structure. pfsExplore is used to traverse the contents of the parameter object.
See Also