C# Class withSIX.Mini.Plugin.Stellaris.Models.StellarisGame.StellarisMod

Inheritance: SteamMod
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Private Properties

Свойство Type Description
GetModName string

Méthodes publiques

Méthode Description
GetRelModName ( ) : string
StellarisMod ( IAbsoluteDirectoryPath contentPath, IAbsoluteDirectoryPath modPath, IModContent mod ) : System

Méthodes protégées

Méthode Description
InstallImpl ( bool force ) : System.Threading.Tasks.Task
UninstallImpl ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetModName ( ) : string

Method Details

GetRelModName() public méthode

public GetRelModName ( ) : string
Résultat string

InstallImpl() protected méthode

protected InstallImpl ( bool force ) : System.Threading.Tasks.Task
force bool
Résultat System.Threading.Tasks.Task

StellarisMod() public méthode

public StellarisMod ( IAbsoluteDirectoryPath contentPath, IAbsoluteDirectoryPath modPath, IModContent mod ) : System
contentPath IAbsoluteDirectoryPath
modPath IAbsoluteDirectoryPath
mod IModContent
Résultat System

UninstallImpl() protected méthode

protected UninstallImpl ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task