StrongNameToolRunner.

Run(FilePath) Method

Summary

Run sn.exe specifically for the create command, passing in the name of the file to create.

Syntax

public void Run(FilePath strongNameKeyFilePath)

Parameters

Name Type Description
strongNameKeyFilePath FilePath The path of the key that should be created.

Return Value

Type Description
void