Table of Contents

Class DelegatedSymbolClassifier

Namespace
AsmResolver.PE.Imports
Assembly
AsmResolver.PE.dll

Implements a IImportedSymbolClassifier using a delegate.

public class DelegatedSymbolClassifier : IImportedSymbolClassifier
Inheritance
DelegatedSymbolClassifier
Implements
Inherited Members

Constructors

DelegatedSymbolClassifier(Func<ImportedSymbol, ImportedSymbolType>)

Creates a new DelegatedSymbolClassifier using the provided delegate.

public DelegatedSymbolClassifier(Func<ImportedSymbol, ImportedSymbolType> classify)

Parameters

classify Func<ImportedSymbol, ImportedSymbolType>

The classification delegate.

Methods

Classify(ImportedSymbol)

Classifies the provided symbol.

public ImportedSymbolType Classify(ImportedSymbol symbol)

Parameters

symbol ImportedSymbol

The symbol to classify.

Returns

ImportedSymbolType

The classification.