Table of Contents

Class ScriptMethodAttribute

Inheritance
ScriptMethodAttribute
Inherited Members
Namespace
TabularEditor.Shared.Scripting
Assembly
TabularEditor3.Shared.dll

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.

public class ScriptMethodAttribute : Attribute
Extension Methods

Constructors

ScriptMethodAttribute()

public ScriptMethodAttribute()