# Sandbox.Doo.MethodAttribute

Marks a static method as callable from within a Doo script.

- Kind: attribute
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Constructors

- [`MethodAttribute`](/api/Sandbox.Doo.MethodAttribute/.ctor): Creates a new [Sandbox.Doo.MethodAttribute](/api/Sandbox.Doo.MethodAttribute) with the given method path.

## Properties

- [`CategoryName`](/api/Sandbox.Doo.MethodAttribute/CategoryName): The category portion of the path, derived from the text before the first dot.
- [`Path`](/api/Sandbox.Doo.MethodAttribute/Path): The fully qualified method path (e.g. "Log.Info").
