C# Class SteamCleaner.Utilities.Tools

Afficher le fichier Open project: Codeusa/SteamCleaner

Private Properties

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

Méthodes publiques

Méthode Description
CheckForUpdates ( ) : void
GetContainingRectangle ( Rectangle a, Rectangle b ) : Rectangle

Gets the smallest Rectangle containing two input Rectangles

GetDataPath ( ) : string
GotoSite ( string url ) : void

Private Methods

Méthode Description
GetUserAppDataPath ( ) : string

APF version of user app data path

Method Details

CheckForUpdates() public static méthode

public static CheckForUpdates ( ) : void
Résultat void

GetContainingRectangle() public static méthode

Gets the smallest Rectangle containing two input Rectangles
public static GetContainingRectangle ( Rectangle a, Rectangle b ) : Rectangle
a System.Drawing.Rectangle
b System.Drawing.Rectangle
Résultat System.Drawing.Rectangle

GetDataPath() public static méthode

public static GetDataPath ( ) : string
Résultat string

GotoSite() public static méthode

public static GotoSite ( string url ) : void
url string
Résultat void