PostSharpAPI ReferencePost­Sharp.​ExtensibilityBinding­Context
Open sandboxFocus

BindingContext Class

Enumeration of contexts in which assemblies can be loaded.

Inheritance
System.Object
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__