C# 클래스 withSIX.Play.Infra.Data.Services.SULaunchGameSteamArgumentsBuilder

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

공개 메소드들

메소드 설명
Build ( ) : IEnumerable
SULaunchGameSteamArgumentsBuilder ( LaunchGameWithSteamInfo spec, IAbsoluteDirectoryPath steamPath ) : System

보호된 메소드들

메소드 설명
GetSteamAppId ( ) : string
GetSteamPath ( ) : string

비공개 메소드들

메소드 설명
GetSteamDRM ( ) : string

메소드 상세

Build() 공개 메소드

public Build ( ) : IEnumerable
리턴 IEnumerable

GetSteamAppId() 보호된 메소드

protected GetSteamAppId ( ) : string
리턴 string

GetSteamPath() 보호된 메소드

protected GetSteamPath ( ) : string
리턴 string

SULaunchGameSteamArgumentsBuilder() 공개 메소드

public SULaunchGameSteamArgumentsBuilder ( LaunchGameWithSteamInfo spec, IAbsoluteDirectoryPath steamPath ) : System
spec withSIX.Play.Core.Games.Services.LaunchGameWithSteamInfo
steamPath IAbsoluteDirectoryPath
리턴 System