C# 클래스 withSIX.Mini.Presentation.Core.Services.WindowsApiPortHandlerBase

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
GetApiStream ( string fileName ) : Stream

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetPfxStream ( string fileName ) : Stream

메소드 상세

BuildAndRunBatFile() 보호된 정적인 메소드

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
리턴 System.Threading.Tasks.Task

ExtractFile() 보호된 정적인 메소드

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

GetApiStream() 공개 정적인 메소드

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

GetResourcePath() 보호된 정적인 메소드

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