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