Interface IImportedSymbolClassifier
- Namespace
- AsmResolver.PE.Imports
- Assembly
- AsmResolver.PE.dll
Provides members for classifying imported symbols by their kind.
public interface IImportedSymbolClassifier
Methods
Classify(ImportedSymbol)
Classifies the provided symbol.
ImportedSymbolType Classify(ImportedSymbol symbol)
Parameters
symbol
ImportedSymbolThe symbol to classify.
Returns
- ImportedSymbolType
The classification.