DependencyAttribute public class DependencyAttribute : Attribute Represents an attribute for tracking dependencies. Documentation Code public object Name { get; set; } The name of the dependency. public DependencyAttribute(object name = null) Constructs a DependencyAttribute