IServiceLocator Interface |
Exposes build-time services.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IServiceLocator : IService
The IServiceLocator type exposes the following members.
Name | Description | |
---|---|---|
GetService<T> |
Gets a build-time service exposed by PostSharp.
|