C# Class xenwinsvc.FeatureStaticIpSetting

Inheritance: Feature
显示文件 Open project: xenserver/win-xenguestagent

Public Methods

Method Description
FeatureStaticIpSetting ( IExceptionHandler exceptionhandler ) : System

Protected Methods

Method Description
onFeature ( ) : void

Private Methods

Method 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 method

public FeatureStaticIpSetting ( IExceptionHandler exceptionhandler ) : System
exceptionhandler IExceptionHandler
return System

onFeature() protected method

protected onFeature ( ) : void
return void