Interface IPALMachineInfo
  
  Provides functions for getting Machine/OS info like CPU and RAM usage
 
  
  
  Assembly: NFX.dll
  Syntax
  
    public interface IPALMachineInfo
   
  Properties
  
  
  
  
  CurrentAvailableMemoryMb
  
  
  Declaration
  
    int CurrentAvailableMemoryMb { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  CurrentProcessorUsagePct
  
  
  Declaration
  
    int CurrentProcessorUsagePct { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  IsMono
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Methods
  
  
  
  
  GetMemoryStatus()
  
  
  Declaration
  
    MemoryStatus GetMemoryStatus()
   
  Returns
  
  Extension Methods