C# Class xenwinsvc.FeatureStaticIpSetting

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

Méthodes publiques

Méthode Description
FeatureStaticIpSetting ( IExceptionHandler exceptionhandler ) : System

Méthodes protégées

Méthode Description
onFeature ( ) : void

Private Methods

Méthode Description
SetStaticIpv4Setting ( ) : void
SetStaticIpv6Setting ( ) : void
UnsetStaticIpv4Setting ( ) : void
UnsetStaticIpv6Setting ( ) : void
convertIpv4Mask ( string address, string &ip, string &netmask ) : void
ipv4BitsToMask ( int bits ) : string
netshInvoke ( string argument ) : int
resetError ( ) : void
setIpv4Network ( System.Management.ManagementObject nic, string method, System.Management.ManagementBaseObject setting, string msgprefix ) : int

Method Details

FeatureStaticIpSetting() public méthode

public FeatureStaticIpSetting ( IExceptionHandler exceptionhandler ) : System
exceptionhandler IExceptionHandler
Résultat System

onFeature() protected méthode

protected onFeature ( ) : void
Résultat void