9 lines
240 B
C#
9 lines
240 B
C#
![]() |
namespace Microsoft.DotNet.ShellShim
|
|||
|
{
|
|||
|
public interface IShellShimMaker
|
|||
|
{
|
|||
|
void CreateShim(string packageExecutablePath, string shellCommandName);
|
|||
|
void EnsureCommandNameUniqueness(string shellCommandName);
|
|||
|
}
|
|||
|
}
|