C# 클래스 xenwinsvc.Feature

상속: IDisposable
파일 보기 프로젝트 열기: xenserver/win-xenguestagent

보호된 프로퍼티들

프로퍼티 타입 설명
advert XenStoreItem
controlKey XenStoreItem
enabled bool
wmisession WmiSession

공개 메소드들

메소드 설명
Advertise ( WmiSession wmisession ) : void
Dispose ( ) : void
Feature ( string name, string advertise, string control, bool controlmustexist, IExceptionHandler exceptionhandler ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Finish ( ) : void
addAdvert ( string advertname ) : void
doAdvert ( ) : void
onFeature ( ) : void
onFeatureWrapper ( object nothing, System.Management.EventArrivedEventArgs args ) : void

메소드 상세

Advertise() 공개 정적인 메소드

public static Advertise ( WmiSession wmisession ) : void
wmisession WmiSession
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Feature() 공개 메소드

public Feature ( string name, string advertise, string control, bool controlmustexist, IExceptionHandler exceptionhandler ) : System
name string
advertise string
control string
controlmustexist bool
exceptionhandler IExceptionHandler
리턴 System

Finish() 보호된 메소드

protected Finish ( ) : void
리턴 void

addAdvert() 보호된 메소드

protected addAdvert ( string advertname ) : void
advertname string
리턴 void

doAdvert() 보호된 메소드

protected doAdvert ( ) : void
리턴 void

onFeature() 보호된 추상적인 메소드

protected abstract onFeature ( ) : void
리턴 void

onFeatureWrapper() 보호된 메소드

protected onFeatureWrapper ( object nothing, System.Management.EventArrivedEventArgs args ) : void
nothing object
args System.Management.EventArrivedEventArgs
리턴 void

프로퍼티 상세

advert 보호되어 있는 프로퍼티

protected XenStoreItem,xenwinsvc advert
리턴 XenStoreItem

controlKey 보호되어 있는 프로퍼티

protected XenStoreItem,xenwinsvc controlKey
리턴 XenStoreItem

enabled 보호되어 있는 프로퍼티

protected bool enabled
리턴 bool

wmisession 보호되어 있는 프로퍼티

protected WmiSession,xenwinsvc wmisession
리턴 WmiSession