C# 클래스 withSIX.ContentEngine.Infra.Services.TeamspeakService

상속: ITeamspeakService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
InstallX64Plugin ( IContentEngineContent content, string plugin, bool force = false ) : void
InstallX64PluginFolder ( IContentEngineContent content, string plugin, bool force = false ) : void
InstallX86Plugin ( IContentEngineContent content, string plugin, bool force = false ) : void
InstallX86PluginFolder ( IContentEngineContent content, string plugin, bool force = false ) : void
IsX64Installed ( ) : bool
IsX86Installed ( ) : bool
TeamspeakService ( ) : System

비공개 메소드들

메소드 설명
GetNullIfPathEmpty ( string path ) : string
GetPluginPath ( IAbsoluteDirectoryPath tsPath ) : IAbsoluteDirectoryPath
GetUserOrLmPath ( string regKey, string regVal = "", RegistryView view = RegistryView.Registry32 ) : string
GetUserOrLmPathInternal ( string regKey, string regVal, RegistryView view ) : string
InstallDll ( IAbsoluteFilePath pluginPath, IAbsoluteDirectoryPath tsPluginFolder, bool force = true ) : bool
InstallFolder ( IAbsoluteDirectoryPath pluginPath, IAbsoluteDirectoryPath tsPluginFolder, bool force ) : void
InstallPlugin ( IAbsoluteDirectoryPath tsPath, IContentEngineContent mod, string plugin, bool force ) : bool
InstallPluginFolder ( IAbsoluteDirectoryPath tsPath, IContentEngineContent mod, string plugin, bool force ) : bool
TryCopyDll ( IAbsoluteFilePath fi, IAbsoluteFilePath fullPath ) : bool
TryCopyFolder ( IAbsoluteDirectoryPath di, IAbsoluteDirectoryPath fullPath, bool force ) : void
TryInstallPlugin ( IAbsoluteDirectoryPath tsPath, IContentEngineContent mod, string plugin, bool force ) : bool
TryInstallPluginFolder ( IAbsoluteDirectoryPath tsPath, IContentEngineContent mod, string plugin, bool force ) : bool

메소드 상세

InstallX64Plugin() 공개 메소드

public InstallX64Plugin ( IContentEngineContent content, string plugin, bool force = false ) : void
content IContentEngineContent
plugin string
force bool
리턴 void

InstallX64PluginFolder() 공개 메소드

public InstallX64PluginFolder ( IContentEngineContent content, string plugin, bool force = false ) : void
content IContentEngineContent
plugin string
force bool
리턴 void

InstallX86Plugin() 공개 메소드

public InstallX86Plugin ( IContentEngineContent content, string plugin, bool force = false ) : void
content IContentEngineContent
plugin string
force bool
리턴 void

InstallX86PluginFolder() 공개 메소드

public InstallX86PluginFolder ( IContentEngineContent content, string plugin, bool force = false ) : void
content IContentEngineContent
plugin string
force bool
리턴 void

IsX64Installed() 공개 메소드

public IsX64Installed ( ) : bool
리턴 bool

IsX86Installed() 공개 메소드

public IsX86Installed ( ) : bool
리턴 bool

TeamspeakService() 공개 메소드

public TeamspeakService ( ) : System
리턴 System