PostSharp//API Reference/Post­Sharp.​Extensibility/Binding­Context
Open sandboxFocus

Class BindingContext

Enumeration of contexts in which assemblies can be loaded.

Inheritance
BindingContext
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public sealed class BindingContext : Enum

Fields

Name Description
None

Unspecified.

Reference

Reference assemblies the ones the project is being linked against. They are typically located in directory C:\Program Files\Reference Assemblies for the proper target platform.

Runtime

Runtime assemblies are the ones loaded at build time in the CLR. They are typically located in GAC.

value__