IServiceLocator Interface |
Exposes build-time services.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.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.
|