[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[] arguments { get; construct; }
The arguments the plugin was started with.
If the plugin was not started with any arguments this value is null. Plugin writer can use it to read the arguments array, but get_arguments is recommended.