Enum RefResolutionMode
Represents the resolution mode for external member references
Namespace: CilTools.Reflection
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
public enum RefResolutionMode
Fields
Name | Description |
---|---|
NoResolve | Specifies that external references should not be resolved. |
RequireResolve | Specifies that external references should be resolved and exception should be thrown if the resolution failed. |
TryResolve | Specifies that external references should be resolved, but if the resolution failed the API should fallback to implementation that does not need a resolved reference. |