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

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

공개 메소드들

메소드 설명
Build ( ) : IEnumerable

보호된 메소드들

메소드 설명
GetAffinity ( ) : string
GetPriority ( ) : string
GetRealExe ( ) : string
GetStartupParameters ( ) : string
SULaunchGameArgumentsBuilder ( LaunchGameInfoBase spec ) : System

메소드 상세

Build() 공개 메소드

public Build ( ) : IEnumerable
리턴 IEnumerable

GetAffinity() 보호된 메소드

protected GetAffinity ( ) : string
리턴 string

GetPriority() 보호된 메소드

protected GetPriority ( ) : string
리턴 string

GetRealExe() 보호된 메소드

protected GetRealExe ( ) : string
리턴 string

GetStartupParameters() 보호된 메소드

protected GetStartupParameters ( ) : string
리턴 string

SULaunchGameArgumentsBuilder() 보호된 메소드

protected SULaunchGameArgumentsBuilder ( LaunchGameInfoBase spec ) : System
spec withSIX.Play.Core.Games.Services.LaunchGameInfoBase
리턴 System