RasDevice Members

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The RasDevice type exposes the following members.

Methods

  Name Description
Public method Static member Create
Creates a new device. WARNING: This method does not guarantee the hardware will be installed.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Static member GetDeviceByName(String, RasDeviceType) Obsolete.
Returns the first device matching the name and device type specified.
Public method Static member GetDeviceByName(String, RasDeviceType, Boolean) Obsolete.
Returns the first device matching the name and device type specified.
Public method Static member GetDevices
Lists all available remote access capable devices.
Public method Static member GetDevicesByType Obsolete.
Lists all remote access capable devices for the specified device type.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property DeviceType
Gets the type of the device.
Public property Name
Gets the name of the device.

See Also