Click or drag to resize
PFSDllWrapperpfsAddKeyword Method
Overload List
  NameDescription
Public methodStatic memberpfsAddKeyword(IntPtr, String)
Define a keyword, ie the start of a parameter list, within the scope of a target.
Public methodStatic memberpfsAddKeyword(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)

Top
See Also