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
Syntaxpublic static NetworkCard? GetCardById(
string id
)
Parameters
- id
- Type: SystemString
The network card interface id.
Return Value
Type:
NetworkCardNetwork card information (or null if not found or not running).
See Also