Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

  • Article

Interface IServiceLocator

In Metalama, use IServiceProvider.

Namespace: PostSharp.Extensibility
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, use 'IServiceProvider'.", false)]
public interface IServiceLocator : IService

Methods

Name Description
GetService<T>(bool)

Extension Methods

  • Navigation