Interface IComponent
Base interface for all framework Components.
public interface IComponent : IReferencable
- Inherited Members
- Extension Methods
Remarks
A Component is an object that can have an optional Name, and that has reference-counting lifetime management.
Properties
Name
Gets the name of the Component.
string Name { get; }