PFSDllWrapperpfsAddKeyword Method |
Name | Description | |
---|---|---|
pfsAddKeyword(IntPtr, String) |
Define a keyword, ie the start of a parameter list, within the scope of a target.
| |
pfsAddKeyword(IntPtr, String, Object) |
Define a keyword, ie the start of a parameter list, within the scope of a target, and
add a set of parameters to the keyword.
This is similar to calling first pfsAddKeyword(IntPtr, String) followed by pfsAddParams(IntPtr, Object) |