StrongNameToolRunner.

Run(string, FilePath, StrongNameToolSettings) Method

Summary

Run the specified command on files specified by assemblyPath and the settings.

Syntax

public void Run(string command, FilePath assemblyPath, StrongNameToolSettings settings)

Parameters

Name Type Description
command string The command, verify or resign
assemblyPath FilePath The assembly path.
settings StrongNameToolSettings The settings.

Return Value

Type Description
void