AssemblyMatchResult Enumeration |
Enumeration of reasons of a AssemblyLoadException.
Namespace: PostSharp.Sdk.CodeModel.Binding
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public enum AssemblyMatchResult
Member name | Value | Description | |
---|---|---|---|
None | 0 | No specific reason identified. | |
ProcessorArchitectureMismatch | 1 | Mismatch in the processor architecture (ProcessorArchitecture). | |
MixedAssembly | 2 | Assembly containing unmanaged code. | |
CannotLoadModule | 3 | The assembly contains a managed module. | |
ShouldNotLoadAssembly | 4 | ||
CultureMismatch | 5 | ||
PublicKeyMismatch | 6 | ||
VersionMismatch | 7 | ||
IncompatiblePlatform | 8 | ||
FileNotFound | 9 | ||
NameMismatch | 10 | ||
Success | 11 |