C# Class SharpPcap.Util.IPAddressRange

Inheritance: SharpPcap.Util.NumberRange, IEnumerator, IEnumerable
Afficher le fichier Open project: Zepheus/Fiesta_Utils Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IEnumerator
IPAddressRange ( ) : System
IPAddressRange ( System min, System max ) : System
IPAddressRange ( System min, System max, bool isRandom ) : System
IPAddressRange ( System min, System max, long step ) : System
IPAddressRange ( long min, long max ) : System
IPAddressRange ( long min, long max, bool isRandom ) : System
IPAddressRange ( long min, long max, long step ) : System
MoveNext ( ) : bool
Reset ( ) : void
fromString ( System range ) : IPAddressRange
nextIPAddress ( ) : System.String
size ( ) : long

Méthodes protégées

Méthode Description
IPAddressRange ( System min, System max, bool isRandom, long totalMin, long totalMax ) : System
IPAddressRange ( System min, System max, long step, long totalMin, long totalMax ) : System
IPAddressRange ( long min, long max, bool isRandom, long totalMin, long totalMax ) : System
IPAddressRange ( long min, long max, long step, long totalMin, long totalMax ) : System

Method Details

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IPAddressRange() public méthode

public IPAddressRange ( ) : System
Résultat System

IPAddressRange() public méthode

public IPAddressRange ( System min, System max ) : System
min System
max System
Résultat System

IPAddressRange() public méthode

public IPAddressRange ( System min, System max, bool isRandom ) : System
min System
max System
isRandom bool
Résultat System

IPAddressRange() protected méthode

protected IPAddressRange ( System min, System max, bool isRandom, long totalMin, long totalMax ) : System
min System
max System
isRandom bool
totalMin long
totalMax long
Résultat System

IPAddressRange() public méthode

public IPAddressRange ( System min, System max, long step ) : System
min System
max System
step long
Résultat System

IPAddressRange() protected méthode

protected IPAddressRange ( System min, System max, long step, long totalMin, long totalMax ) : System
min System
max System
step long
totalMin long
totalMax long
Résultat System

IPAddressRange() public méthode

public IPAddressRange ( long min, long max ) : System
min long
max long
Résultat System

IPAddressRange() public méthode

public IPAddressRange ( long min, long max, bool isRandom ) : System
min long
max long
isRandom bool
Résultat System

IPAddressRange() protected méthode

protected IPAddressRange ( long min, long max, bool isRandom, long totalMin, long totalMax ) : System
min long
max long
isRandom bool
totalMin long
totalMax long
Résultat System

IPAddressRange() public méthode

public IPAddressRange ( long min, long max, long step ) : System
min long
max long
step long
Résultat System

IPAddressRange() protected méthode

protected IPAddressRange ( long min, long max, long step, long totalMin, long totalMax ) : System
min long
max long
step long
totalMin long
totalMax long
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

fromString() public static méthode

public static fromString ( System range ) : IPAddressRange
range System
Résultat IPAddressRange

nextIPAddress() public méthode

public nextIPAddress ( ) : System.String
Résultat System.String

size() public méthode

public size ( ) : long
Résultat long