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 |
Runtime | Runtime assemblies are the ones loaded at build time in the CLR. They are typically located in GAC. |