API Referenceglobal
MethodAttributeclass
Marks a static method as callable from within a Doo script.
Constructors1
Showing 1 constructors
public MethodAttribute(string path)
Creates a new `Sandbox.Doo.MethodAttribute` with the given method path.
| Parameter | Type | Description |
|---|---|---|
| path | string | — |
No results match this filter.
Properties2
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.
Returns:
string—public string Sandbox.Doo.MethodAttribute.Path { get; set; }
The fully qualified method path (e.g. "Log.Info").
Returns:
string—No results match this filter.