C# 클래스 OpenTween.GrowlHelper

파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
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 ( Icon icondata ) : byte[]
IconToByteArray ( string filename ) : byte[]

메소드 상세

GrowlHelper() 공개 메소드

public GrowlHelper ( string appName ) : System
appName string
리턴 System

Notify() 공개 메소드

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

RegisterGrowl() 공개 메소드

public RegisterGrowl ( ) : bool
리턴 bool