提交 1fb4d1e0 编写于 作者: A Ashley Hauck

Rename Unmanaged to Native

上级 3f3c8490
......@@ -23,7 +23,7 @@ private DotnetHost(string pathToToolOpt, string commandLineArgs, bool isManagedT
IsManagedTool = isManagedTool;
}
public static DotnetHost CreateUnmanagedToolInvocation(string pathToTool, string commandLineArgs)
public static DotnetHost CreateNativeToolInvocation(string pathToTool, string commandLineArgs)
{
return new DotnetHost(pathToTool, commandLineArgs, isManagedTool: false);
}
......
......@@ -201,7 +201,7 @@ private DotnetHost DotnetHostInfo
{
// Explicitly provided ToolPath or ToolExe, don't try to
// figure anything out
_dotnetHostInfo = DotnetHost.CreateUnmanagedToolInvocation(ToolName, Path.Combine(ToolPath, ToolExe), commandLine);
_dotnetHostInfo = DotnetHost.CreateNativeToolInvocation(ToolName, Path.Combine(ToolPath, ToolExe), commandLine);
}
}
return _dotnetHostInfo;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册