C# Class withSIX.Mini.Presentation.Core.Services.WindowsApiPortHandlerBase

Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GetApiStream ( string fileName ) : Stream

Protected Methods

Method Description
BuildAndRunBatFile ( IProcessManager pm, IAbsoluteDirectoryPath tmpFolder, IEnumerable commands, bool asAdministrator = false, bool noisy = false ) : System.Threading.Tasks.Task
ExtractFile ( IAbsoluteDirectoryPath tmpFolder, string fileName ) : void
GetResourcePath ( Assembly assembly, string path ) : string

Private Methods

Method Description
GetPfxStream ( string fileName ) : Stream

Method Details

BuildAndRunBatFile() protected static method

protected static BuildAndRunBatFile ( IProcessManager pm, IAbsoluteDirectoryPath tmpFolder, IEnumerable commands, bool asAdministrator = false, bool noisy = false ) : System.Threading.Tasks.Task
pm IProcessManager
tmpFolder IAbsoluteDirectoryPath
commands IEnumerable
asAdministrator bool
noisy bool
return System.Threading.Tasks.Task

ExtractFile() protected static method

protected static ExtractFile ( IAbsoluteDirectoryPath tmpFolder, string fileName ) : void
tmpFolder IAbsoluteDirectoryPath
fileName string
return void

GetApiStream() public static method

public static GetApiStream ( string fileName ) : Stream
fileName string
return System.IO.Stream

GetResourcePath() protected static method

protected static GetResourcePath ( Assembly assembly, string path ) : string
assembly System.Reflection.Assembly
path string
return string