Click or drag to resize

NetworkCardGetCardById Method

Returns network card information given a card id.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static NetworkCard? GetCardById(
	string id
)

Parameters

id
Type: SystemString
The network card interface id.

Return Value

Type: NetworkCard
Network card information (or null if not found or not running).
See Also