Class NameAttribute
- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
Defines the internal name of this component. This name can be used to explicitly request this component to be invoked.
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class NameAttribute : Attribute
- Inheritance
-
NameAttribute
- Inherited Members
- Extension Methods
Constructors
NameAttribute(string)
Initializes a new instance of the NameAttribute class with the specified internal component name.
public NameAttribute(string internalComponentName)
Parameters
internalComponentNamestringThe internal name of the component.
Properties
InternalComponentName
Gets the internal name of this component.
public string InternalComponentName { get; }