Open sandboxFocus

Enum BindingContext

Enumeration of contexts in which assemblies can be loaded.

Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public enum BindingContext

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.