Class EmptySymbolResolver
- Namespace
- AsmResolver.PE.Imports
- Assembly
- AsmResolver.PE.dll
Provides an empty implementation for the ISymbolResolver interface that always returns null.
public sealed class EmptySymbolResolver : ISymbolResolver
- Inheritance
-
EmptySymbolResolver
- Implements
- Inherited Members
Properties
Instance
Gets the singleton instance for the EmptySymbolResolver class.
public static EmptySymbolResolver Instance { get; }
Property Value
Methods
Resolve(ImportedSymbol)
Resolves the provided symbol.
public ExportedSymbol? Resolve(ImportedSymbol symbol)
Parameters
symbolImportedSymbolThe symbol to resolve.
Returns
- ExportedSymbol
The resolved symbol, or
nullif none was found.