Click or drag to resize

NetworkCardGetCards Method

Returns a list of all running network cards in this machine.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static List<NetworkCard> GetCards()

Return Value

Type: ListNetworkCard
A list of network card information objects, one for each running network card detected.
See Also