Property RegisteredServiceTypes
RegisteredServiceTypes
Get an array of all IHostingService types that have been used by the manager, or are known built-in types available for use.
Declaration
public Type[] RegisteredServiceTypes { get; }
Property Value
| Type | Description |
|---|---|
| Type[] | All the types used by this manager |