C# 클래스 Ethos.Plugin

상속: GLib.Object
파일 보기 프로젝트 열기: chergert/ethos

공개 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
Plugin ( IntPtr raw ) : System

보호된 메소드들

메소드 설명
Plugin ( ) : System

비공개 메소드들

메소드 설명
OnActivated ( ) : void
OnDeactivated ( ) : void
OverrideActivated ( GLib gtype ) : void
OverrideDeactivated ( GLib gtype ) : void
Plugin ( GLib gtype ) : System
activated_cb ( IntPtr plugin ) : void
deactivated_cb ( IntPtr plugin ) : void
ethos_plugin_activate ( IntPtr raw ) : void
ethos_plugin_deactivate ( IntPtr raw ) : void
ethos_plugin_get_type ( ) : IntPtr

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

Plugin() 보호된 메소드

protected Plugin ( ) : System
리턴 System

Plugin() 공개 메소드

public Plugin ( IntPtr raw ) : System
raw System.IntPtr
리턴 System