Click or drag to resize

PFSDllWrapper.pfsDump 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: 19.0.0.0 (11.1.1.1111)
Syntax
public static void pfsDump(
	IntPtr handle,
	string fileName
)

Parameters

handle
Type: System.IntPtr
A pfsNode/pfsHandle pointer
fileName
Type: System.String
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