PfsHelperPfsReadParam Method |
| Name | Description | |
|---|---|---|
| PfsReadParamT(IntPtr, T) |
Return T typed value from the given pointer to parameter
| |
| PfsReadParamT(IntPtr, String, Int32) |
Return all parameters as a T typed array of the given keyword name and index
| |
| PfsReadParamT(IntPtr, String, Int32, Int32, T) |
Return the T typed value of paramNo'th parameter of keywordNo'th keyword of the keyword in pfsSect
|