Class DeviceHandle
public abstract class DeviceHandle : SafeHandle, IDisposable
  - Inheritance
 - 
      
      
      
      DeviceHandle
 
- Implements
 
- Derived
 
- Inherited Members
 
Constructors
DeviceHandle(bool)
protected DeviceHandle(bool ownsHandle)
  Parameters
ownsHandlebool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
  Property Value
Methods
OwnedCopy()
public DeviceOwnedHandle OwnedCopy()
  Returns
UnownedCopy()
public DeviceUnownedHandle UnownedCopy()