Arguments of the AssemblyResolve event.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class AssemblyResolveEventArgs _
	Inherits EventArgs
C#
public sealed class AssemblyResolveEventArgs : EventArgs
Visual C++
public ref class AssemblyResolveEventArgs sealed : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PostSharp.CodeModel..::.AssemblyResolveEventArgs

See Also