PostSharpAPI ReferencePost­Sharp.​ExtensibilityIMessage­Location­Resolver
Open sandboxFocus

IMessageLocationResolver Interface

Provides a method that returns the file and line where a declaration (such as a Type or MethodInfo) is declared.

Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public interface IMessageLocationResolver : IService

Methods

Name Description
GetMessageLocation(Object)

Gets the file and line where a declaration is declared.