Class ScriptMethodAttribute
Public static methods that are decorated with this attribute, will be exposed to the scripting engine as top-level methods, so that the end-user does not need to specify the class name to invoke the method.
Inherited Members
Namespace: TabularEditor.Shared.Scripting
Assembly: TabularEditor3.Shared.dll
Syntax
public class ScriptMethodAttribute : Attribute
Constructors
ScriptMethodAttribute()
Declaration
public ScriptMethodAttribute()