PFSDllWrapperpfsDump Method |
Dump the contents of a parameter file object with detailed internal information into a text file.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static void pfsDump(
IntPtr handle,
string fileName
)
Public Shared Sub pfsDump (
handle As IntPtr,
fileName As String
)
public:
static void pfsDump(
IntPtr handle,
String^ fileName
)
static member pfsDump :
handle : IntPtr *
fileName : string -> unit
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