Domain.LoadAssembly Method |
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public AssemblyEnvelope LoadAssembly( string assemblyLocation, LoadAssemblyOptions options = LoadAssemblyOptions.None )
Parameters
- assemblyLocation
- Type: System.String
Full assemblyLocation of the physical location of the assembly to be loaded. - options (Optional)
- Type: PostSharp.Sdk.CodeModel.LoadAssemblyOptions
[Missing <param name="options"/> documentation for "M:PostSharp.Sdk.CodeModel.Domain.LoadAssembly(System.String,PostSharp.Sdk.CodeModel.LoadAssemblyOptions)"]
Return Value
Type: AssemblyEnvelopeThe AssemblyEnvelope representing the loaded assembly.