IReflectionBindingManagerService.ResolveAssembly Method |
Returns the reference identity of the assembly declaring a type.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
string ResolveAssembly( Type type )
Parameters
- type
- Type: System.Type
A Type.
Return Value
Type: StringThe identity of the reference assembly defining Type. This assembly is possibly different than the runtime assembly, which is available from the Assembly property of the Type class. This method may return null if type is an internal type of a system assembly.