Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Signatures > IServices > GetService
Gets a configured service.
| Overload | Description |
|---|---|
| GetService<T>(Object[] parameters) | Gets a configured service. |
Gets a configured service.
public virtual T GetService<T>(Object[] parameters)T - The service instance.
| Parameter | Type | Description |
|---|---|---|
parameters |
Object[] | List of parameters. |
| Exception | Description |
|---|---|
| InvalidOperationException | Throws when service not found. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |