Method | 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 ) : |
||
nextIPAddress ( ) : System.String | ||
size ( ) : long |
Method | 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 |
public IPAddressRange ( System min, System max ) : System | ||
min | System | |
max | System | |
return | System |
public IPAddressRange ( System min, System max, bool isRandom ) : System | ||
min | System | |
max | System | |
isRandom | bool | |
return | System |
protected IPAddressRange ( System min, System max, bool isRandom, long totalMin, long totalMax ) : System | ||
min | System | |
max | System | |
isRandom | bool | |
totalMin | long | |
totalMax | long | |
return | System |
public IPAddressRange ( System min, System max, long step ) : System | ||
min | System | |
max | System | |
step | long | |
return | System |
protected IPAddressRange ( System min, System max, long step, long totalMin, long totalMax ) : System | ||
min | System | |
max | System | |
step | long | |
totalMin | long | |
totalMax | long | |
return | System |
public IPAddressRange ( long min, long max ) : System | ||
min | long | |
max | long | |
return | System |
public IPAddressRange ( long min, long max, bool isRandom ) : System | ||
min | long | |
max | long | |
isRandom | bool | |
return | System |
protected IPAddressRange ( long min, long max, bool isRandom, long totalMin, long totalMax ) : System | ||
min | long | |
max | long | |
isRandom | bool | |
totalMin | long | |
totalMax | long | |
return | System |
public IPAddressRange ( long min, long max, long step ) : System | ||
min | long | |
max | long | |
step | long | |
return | System |
protected IPAddressRange ( long min, long max, long step, long totalMin, long totalMax ) : System | ||
min | long | |
max | long | |
step | long | |
totalMin | long | |
totalMax | long | |
return | System |
public static fromString ( System range ) : |
||
range | System | |
return |