Network Class

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Represents a network on the local machine. It can also represent a collection of network connections with a similar network signature.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public class Network
Visual Basic (Declaration)
Public Class Network
Visual C++
public ref class Network

Remarks

Instances of this class are obtained by calling methods on the NetworkListManager class.

Inheritance Hierarchy

System..::.Object
  Microsoft.SDK.Samples.VistaBridge.Library.Network..::.Network

See Also