IReflectionBindingManagerService Interface |
Exposes the ResolveAssembly(Type) method, which gets the reference identity of
the assembly declaring a given type.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IReflectionBindingManagerService : IService
The IReflectionBindingManagerService type exposes the following members.
Name | Description | |
---|---|---|
ResolveAssembly |
Returns the reference identity of the assembly declaring a type.
|