AssemblyNameWrapper.GetWrapper Method (AssemblyName, BindingContext, Boolean) |
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static AssemblyNameWrapper GetWrapper( AssemblyName assemblyName, BindingContext context, bool ignoreProcessorArchitecture = false )
Parameters
- assemblyName
- Type: System.Reflection.AssemblyName
Assembly name. - context
- Type: BindingContext
- ignoreProcessorArchitecture (Optional)
- Type: System.Boolean
Return Value
Type: AssemblyNameWrapperAn AssemblyNameWrapper instance (eventually cached) corresponding to assemblyName.