NetworkCardGetCardById Method |
Returns network card information given a card id.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
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