OpenNETCF Smart Device Framework 2.2
Encapsualtes the local device's IP routing table

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public class IPRoutingTable : IEnumerable<IPForwardEntry>, 
	IEnumerable, IDisposable
Visual Basic (Declaration)
Public Class IPRoutingTable _
	Implements IEnumerable(Of IPForwardEntry), IEnumerable,  _
	IDisposable
Visual Basic (Usage)
Dim instance As IPRoutingTable
Visual C++
public ref class IPRoutingTable : IEnumerable<IPForwardEntry^>, 
	IEnumerable, IDisposable
J#
public class IPRoutingTable implements IEnumerable<IPForwardEntry>, 
	IEnumerable, IDisposable
JScript
public class IPRoutingTable implements IEnumerable<IPForwardEntry>, IEnumerable, IDisposable

Inheritance Hierarchy

System..::.Object
  OpenNETCF.Net.NetworkInformation..::.IPRoutingTable

See Also