RequiredByAssemblyAttribute
When an assembly is marked, all types and members with [RequiredByAssembly] are marked.
Read time 3 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.Scripting
- Assembly: Unity.Scripting
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event|AttributeTargets.Interface|AttributeTargets.Delegate, Inherited = false)]public class RequiredByAssemblyAttribute : Attribute
Constructors
Constructor | Description |
|---|---|
| RequiredByAssemblyAttribute() | Marks the decorated type or member as required by an assembly. |