Encapsulates the arguments of the LoadFrom(String, Evidence) method. Contains the identity of an assembly and other optional arguments.

Namespace:  PostSharp.Extensibility
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class AssemblyLoadArgs
C#
[SerializableAttribute]
public sealed class AssemblyLoadArgs
Visual C++
[SerializableAttribute]
public ref class AssemblyLoadArgs sealed

Inheritance Hierarchy

System..::.Object
  PostSharp.Extensibility..::.AssemblyLoadArgs

See Also

Assembly..::.LoadFrom(String, Evidence)