Skip to content

NetworkList Class

Jared Atkinson edited this page Nov 29, 2016 · 7 revisions

Syntax

public class NetworkList
{
    // Properties
    public readonly DateTime WriteTime;
    public readonly string ProfileGuid;
    public readonly string Description;
    public readonly uint Source;
    public readonly string DnsSuffix;
    public readonly string FirstNetwork;
    public readonly PhysicalAddress DefaultGatewayMac;

    // Static Methods
    public static NetworkList[] GetInstances()
    public static NetworkList[] GetInstances(string hivePath)
}

Properties

WriteTime -

ProfileGuid -

Description -

Source -

DnsSuffix -

FirstNetwork -

DefaultGatewayMac -

Methods

GetInstances()

GetInstances(string)

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally