Table of Contents

Constructor AssemblyHelper

Namespace
Xunit
Assembly
xunit.v3.runner.utility.netfx.dll

AssemblyHelper(string)

Constructs an instance using the given directory for resolution.

public AssemblyHelper(string directory)

Parameters

directory string

The directory to use for resolving assemblies.

AssemblyHelper(string, IMessageSink?)

Constructs an instance using the given directory for resolution.

public AssemblyHelper(string directory, IMessageSink? diagnosticMessageSink)

Parameters

directory string

The directory to use for resolving assemblies.

diagnosticMessageSink

The message sink to send diagnostics messages to.