Header Type
Represents the header of Mach-O file format.
Record fields
| Record Field | Description | 
            
                
              
               | 
          
            
  | 
        
            
  | 
        |
            
  | 
        |
            
  | 
        |
            
  | 
        |
            
  | 
        |
            
                
              
              
                  Full Usage: 
                   
              NumCmds
                  Field type: uint32
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SizeOfCmds
                  Field type: uint32
                  
                   | 
          
Static members
| Static member | Description | 
            
                
              
              
                  Full Usage: 
                   
              Header.IsFat(bytes)
                  Parameters: 
 byte[]
                    
                    Returns: bool
                  
                   | 
          
            B2R2