RegisterForTraceAttribute
This attribute can be applied to methods that register callsite with
trace mechanism.
using System;
namespace Autodesk.DesignScript.Runtime
{
[AttributeUsage(AttributeTargets.Method)]
public sealed class RegisterForTraceAttribute : Attribute
{
}
}