Table of Contents

Class AssemblyReferenceClassifier

Namespace
ICSharpCode.Decompiler.Metadata
Assembly
ICSharpCode.Decompiler.dll
public class AssemblyReferenceClassifier
Inheritance
AssemblyReferenceClassifier
Derived
Inherited Members

Constructors

AssemblyReferenceClassifier()

public AssemblyReferenceClassifier()

Methods

IsGacAssembly(IAssemblyReference)

For GAC assembly references, the WholeProjectDecompiler will omit the HintPath in the generated .csproj file.

public virtual bool IsGacAssembly(IAssemblyReference reference)

Parameters

reference IAssemblyReference

Returns

bool

IsSharedAssembly(IAssemblyReference, out string?)

For .NET Core framework references, the WholeProjectDecompiler will omit the assembly reference if the runtimePack is already included as an SDK.

public virtual bool IsSharedAssembly(IAssemblyReference reference, out string? runtimePack)

Parameters

reference IAssemblyReference
runtimePack string

Returns

bool