Class SBSDKDeviceInformation  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKDeviceInformation : NSObject
   
  
    - Inheritance
 
    - 
      
      
SBSDKDeviceInformation
     
  
  Constructors
  
  
  
  
  
    protected SBSDKDeviceInformation(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  
  
  
    protected SBSDKDeviceInformation(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Properties
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  
  
  
    public static string DeviceName { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  
  
  
    public static string FreeDiskSpace { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  
  
  
    public static long FreeDiskSpaceInBytes { get; }
   
  Property Value
  
    - long
 
    
  
  
  
  
  
  
    public static string FullDeviceName { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  
  
  
    public static bool IsSimulatorDevice { get; }
   
  Property Value
  
    - bool
 
    
  
  
  
  
  
  
    public static CGSize MaximumRecommendedImageSize { get; }
   
  Property Value
  
    - CGSize
 
    
  
  
  
  
  
  
    public static string TotalDiskSpace { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  
  
  
    public static long TotalDiskSpaceInBytes { get; }
   
  Property Value
  
    - long
 
    
  
  
  
  
  
  
    public static string UsedDiskSpace { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  
  
  
    public static long UsedDiskSpaceInBytes { get; }
   
  Property Value
  
    - long