Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Plugin.GetFunctionParameters

Queries the function metadata for parameter list.

Component Version macOS Windows Linux Server iOS SDK
Plugin 12.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Plugin.GetFunctionParameters"; name )   More

Parameters

Parameter Description Example
name A function name like RemoteControl.ClickMouse. "RemoteControl.ClickMouse"

Result

Returns list or error.

Description

Queries the function metadata for parameter list.
The returned list describes the parameter list after the initial function name.

Examples

Query parameter for Register function:

MBS("Plugin.GetFunctionParameters"; "Register")

Example result:
Licensee Name
Component
License Type
Expire Month
Serial number

See also

Release notes

Blog Entries

This function is free to use.

Created 21st January 2022, last changed 16th December 2022


Plugin.Functions - Plugin.GetFunctionPlatforms