C# Class xenwinsvc.Feature

Inheritance: IDisposable
Afficher le fichier Open project: xenserver/win-xenguestagent

Protected Properties

Свойство Type Description
advert XenStoreItem
controlKey XenStoreItem
enabled bool
wmisession WmiSession

Méthodes publiques

Méthode Description
Advertise ( WmiSession wmisession ) : void
Dispose ( ) : void
Feature ( string name, string advertise, string control, bool controlmustexist, IExceptionHandler exceptionhandler ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Finish ( ) : void
addAdvert ( string advertname ) : void
doAdvert ( ) : void
onFeature ( ) : void
onFeatureWrapper ( object nothing, System.Management.EventArrivedEventArgs args ) : void

Method Details

Advertise() public static méthode

public static Advertise ( WmiSession wmisession ) : void
wmisession WmiSession
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Feature() public méthode

public Feature ( string name, string advertise, string control, bool controlmustexist, IExceptionHandler exceptionhandler ) : System
name string
advertise string
control string
controlmustexist bool
exceptionhandler IExceptionHandler
Résultat System

Finish() protected méthode

protected Finish ( ) : void
Résultat void

addAdvert() protected méthode

protected addAdvert ( string advertname ) : void
advertname string
Résultat void

doAdvert() protected méthode

protected doAdvert ( ) : void
Résultat void

onFeature() protected abstract méthode

protected abstract onFeature ( ) : void
Résultat void

onFeatureWrapper() protected méthode

protected onFeatureWrapper ( object nothing, System.Management.EventArrivedEventArgs args ) : void
nothing object
args System.Management.EventArrivedEventArgs
Résultat void

Property Details

advert protected_oe property

protected XenStoreItem,xenwinsvc advert
Résultat XenStoreItem

controlKey protected_oe property

protected XenStoreItem,xenwinsvc controlKey
Résultat XenStoreItem

enabled protected_oe property

protected bool enabled
Résultat bool

wmisession protected_oe property

protected WmiSession,xenwinsvc wmisession
Résultat WmiSession