C# 클래스 withSIX.Mini.Plugin.Stellaris.Models.StellarisGame.StellarisMod

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

Private Properties

프로퍼티 타입 설명
GetModName string

공개 메소드들

메소드 설명
GetRelModName ( ) : string
StellarisMod ( IAbsoluteDirectoryPath contentPath, IAbsoluteDirectoryPath modPath, IModContent mod ) : System

보호된 메소드들

메소드 설명
InstallImpl ( bool force ) : System.Threading.Tasks.Task
UninstallImpl ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
GetModName ( ) : string

메소드 상세

GetRelModName() 공개 메소드

public GetRelModName ( ) : string
리턴 string

InstallImpl() 보호된 메소드

protected InstallImpl ( bool force ) : System.Threading.Tasks.Task
force bool
리턴 System.Threading.Tasks.Task

StellarisMod() 공개 메소드

public StellarisMod ( IAbsoluteDirectoryPath contentPath, IAbsoluteDirectoryPath modPath, IModContent mod ) : System
contentPath IAbsoluteDirectoryPath
modPath IAbsoluteDirectoryPath
mod IModContent
리턴 System

UninstallImpl() 보호된 메소드

protected UninstallImpl ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task