C# Class withSIX.Mini.Core.Games.Attributes.SteamInfoAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
Default SteamInfoAttribute

Public Methods

Method Description
GetDirectories ( ISteamHelper helper ) : SteamDirectories
SteamInfoAttribute ( SteamGameIds appId, string folderFallback ) : System
SteamInfoAttribute ( uint appId ) : System
SteamInfoAttribute ( uint appId, string folderFallback ) : System

Protected Methods

Method Description
SteamInfoAttribute ( ) : System
SteamInfoAttribute ( SteamGameIds appId ) : System

Method Details

GetDirectories() public method

public GetDirectories ( ISteamHelper helper ) : SteamDirectories
helper ISteamHelper
return withSIX.Steam.Core.SteamDirectories

SteamInfoAttribute() protected method

protected SteamInfoAttribute ( ) : System
return System

SteamInfoAttribute() protected method

protected SteamInfoAttribute ( SteamGameIds appId ) : System
appId SteamGameIds
return System

SteamInfoAttribute() public method

public SteamInfoAttribute ( SteamGameIds appId, string folderFallback ) : System
appId SteamGameIds
folderFallback string
return System

SteamInfoAttribute() public method

public SteamInfoAttribute ( uint appId ) : System
appId uint
return System

SteamInfoAttribute() public method

public SteamInfoAttribute ( uint appId, string folderFallback ) : System
appId uint
folderFallback string
return System

Property Details

Default public_oe static_oe property

public static SteamInfoAttribute,withSIX.Mini.Core.Games.Attributes Default
return SteamInfoAttribute