Helper class to load assemblies. Provides a "binding log" for our custom binder and appends this log in exception text.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class AssemblyLoadHelper
C#
public static class AssemblyLoadHelper
Visual C++
public ref class AssemblyLoadHelper abstract sealed

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeModel..::.AssemblyLoadHelper

See Also