C# Class SparkleShare.SparkleController

Afficher le fichier Open project: hbons/SparkleShare Class Usage Examples

Méthodes publiques

Méthode Description
AddToBookmarks ( ) : void
CopyToClipboard ( string text ) : void
CreateSparkleShareFolder ( ) : bool
CreateStartupItem ( ) : void
Initialize ( ) : void
InstallProtocolHandler ( ) : void
OpenFile ( string path ) : void
OpenFolder ( string path ) : void
OpenWebsite ( string url ) : void
Quit ( ) : void
SparkleController ( ) : System

Method Details

AddToBookmarks() public méthode

public AddToBookmarks ( ) : void
Résultat void

CopyToClipboard() public méthode

public CopyToClipboard ( string text ) : void
text string
Résultat void

CreateSparkleShareFolder() public méthode

public CreateSparkleShareFolder ( ) : bool
Résultat bool

CreateStartupItem() public méthode

public CreateStartupItem ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

InstallProtocolHandler() public méthode

public InstallProtocolHandler ( ) : void
Résultat void

OpenFile() public méthode

public OpenFile ( string path ) : void
path string
Résultat void

OpenFolder() public méthode

public OpenFolder ( string path ) : void
path string
Résultat void

OpenWebsite() public méthode

public OpenWebsite ( string url ) : void
url string
Résultat void

Quit() public méthode

public Quit ( ) : void
Résultat void

SparkleController() public méthode

public SparkleController ( ) : System
Résultat System