Click or drag to resize

SystemDeviceInterfaceSerial Class

The System.DeviceInterface.Serial properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemDeviceInterfaceSerial

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Serial

The SystemDeviceInterfaceSerial type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPortName
The System.DeviceInterface.Serial.PortName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_DeviceInterface_Serial_PortName.
Public propertyStatic memberUsbProductId
The System.DeviceInterface.Serial.UsbProductId property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Serial_UsbProductId.
Public propertyStatic memberUsbVendorId
The System.DeviceInterface.Serial.UsbVendorId property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Serial_UsbVendorId.
Top
See Also