C# Class SnarlNetworkProtocol.SNP

Afficher le fichier Open project: TlhanGhun/Snarl-Network-Protocol-Csharp Class Usage Examples

Méthodes publiques

Méthode Description
SNP ( string hostname, int hostport ) : System
SnarlNetwork ( string hostName, int hostPort ) : void
addClass ( string appName, string className, string classTitle ) : bool
isSnarlRunning ( ) : bool
notify ( string appName, string className, string title, string text, string timeout, string icon ) : bool
register ( string appName ) : bool
unregister ( string appName ) : bool

Private Methods

Méthode Description
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
IsWindow ( IntPtr hWnd ) : bool
SnarlNetwork ( string hostName, int hostPort, string request ) : void

Method Details

SNP() public méthode

public SNP ( string hostname, int hostport ) : System
hostname string
hostport int
Résultat System

SnarlNetwork() public méthode

public SnarlNetwork ( string hostName, int hostPort ) : void
hostName string
hostPort int
Résultat void

addClass() public méthode

public addClass ( string appName, string className, string classTitle ) : bool
appName string
className string
classTitle string
Résultat bool

isSnarlRunning() public méthode

public isSnarlRunning ( ) : bool
Résultat bool

notify() public méthode

public notify ( string appName, string className, string title, string text, string timeout, string icon ) : bool
appName string
className string
title string
text string
timeout string
icon string
Résultat bool

register() public méthode

public register ( string appName ) : bool
appName string
Résultat bool

unregister() public méthode

public unregister ( string appName ) : bool
appName string
Résultat bool