Retrieving the Style of a running command

Hello
How can I obtain the Style (i.e. hidden, transparent, ScriptRunner etc) of a running command?
I got the stack of the running commands by mean of the method:
Rhino.Commands.Command.GetCommandStack() which returns an array of command Guids, but I can’t figure out how to use them to retrieve the Style.
I would be grateful if somebody could help me.
Thank a lot.

Hi @luciano.micchini,

I don’t believe these command attributes are exposed Why do you need them?

– Dale