DomExposedAttribute public sealed class DomExposedAttribute : Attribute This attribute is used to mark a constructor as being accessible from scripts. Documentation Code public string Target { get; } Gets the official name of the target interface. public DomExposedAttribute(string target) Creates a new DomExposedAttribute.