BindingContext Enumeration |
Enumeration of contexts in which assemblies can be loaded.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public enum BindingContext
Member name | Value | Description | |
---|---|---|---|
None | 0 | Unspecified. | |
Reference | 1 | 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 | 2 | Runtime assemblies are the ones loaded at build time in the CLR. They are typically located in GAC. |