OpenNETCF Smart Device Framework 2.3
The IPRoutingTable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
This function creates a route in the local computer's IP routing table.
| |
| CopyTo |
Copies the collection to the specified array.
| |
| Dispose |
Releases resources for this instance
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBestInterface |
This function retrieves the NetworkInterface that has the best route to the specified IP address.
| |
| GetEnumerator |
Returns an enumerator that iterates through the routes in the table
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetHopCount |
Gets the hop count to the destination specified.
| |
| GetRoundTripTime |
Gets the round-trip time in milliseconds to the destination specified.
| |
| GetRoutingTable |
Gets the local device's IP Routing Table
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
This function deletes an existing route in the local computer's IP routing table.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of OpenNETCF.Net.NetworkInformation.IPForwardEntry types
in this collection.
| |
| Item |
Gets an IPForwardEntry from the table based on its index
|
Events
| Name | Description | |
|---|---|---|
| OnChange |
Fired when the routing tbale changes
|