Метод | Описание | |
---|---|---|
GrowlHelper ( string appName ) : System | ||
Notify ( NotifyType notificationType, string id, string title, string text, Image icon = null, string url = "" ) : void | ||
RegisterGrowl ( ) : bool |
Метод | Описание | |
---|---|---|
GrowlCallbackHandler ( object response, object callbackData, object state ) : void | ||
IconToByteArray ( |
||
IconToByteArray ( string filename ) : byte[] |
public GrowlHelper ( string appName ) : System | ||
appName | string | |
Результат | System |
public Notify ( NotifyType notificationType, string id, string title, string text, Image icon = null, string url = "" ) : void | ||
notificationType | NotifyType | |
id | string | |
title | string | |
text | string | |
icon | Image | |
url | string | |
Результат | void |