RuntimeRequirementAttribute public sealed class RuntimeRequirementAttribute : Attribute This attribute can be applied to method which requires some runtime support from DesignScript, e.g., tracing. Documentation Code public bool RequireTracing { get; set; } public RuntimeRequirementAttribute()