Class NetworkBrowser
Inheritance
System.Object
NetworkBrowser
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Network
Assembly: ArtOfTest.WebAii.dll
Syntax
public sealed class NetworkBrowser
Constructors
NetworkBrowser()
Declaration
public NetworkBrowser()
Methods
getNetworkComputers()
Declaration
public ObservableCollection<string> getNetworkComputers()
Returns
|
System.Collections.ObjectModel.ObservableCollection<System.String>
|
NetApiBufferFree(IntPtr)
Declaration
public static int NetApiBufferFree(IntPtr pBuf)
Parameters
|
System.IntPtr
pBuf
|
Returns
|
System.Int32
|
NetServerEnum(String, Int32, ref IntPtr, Int32, out Int32, out Int32, Int32, String, out Int32)
Declaration
public static int NetServerEnum(string ServerNane, int dwLevel, ref IntPtr pBuf, int dwPrefMaxLen, out int dwEntriesRead, out int dwTotalEntries, int dwServerType, string domain, out int dwResumeHandle)
Parameters
|
System.String
ServerNane
|
|
System.Int32
dwLevel
|
|
System.IntPtr
pBuf
|
|
System.Int32
dwPrefMaxLen
|
|
System.Int32
dwEntriesRead
|
|
System.Int32
dwTotalEntries
|
|
System.Int32
dwServerType
|
|
System.String
domain
|
|
System.Int32
dwResumeHandle
|
Returns
|
System.Int32
|