s&box docs

public sealed class Sandbox.Doo.MethodAttribute : System.Attribute

Marks a static method as callable from within a Doo script.

Constructors

Showing 1 constructors

public MethodAttribute(string path)

Creates a new `Sandbox.Doo.MethodAttribute` with the given method path.

Properties

Showing 2 properties

public string Sandbox.Doo.MethodAttribute.CategoryName { get; set; }

The category portion of the path, derived from the text before the first dot.

public string Sandbox.Doo.MethodAttribute.Path { get; set; }

The fully qualified method path (e.g. "Log.Info").

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Doo.MethodAttribute

On this page