LoadCommand Type
Represents a load command in a Mach-O file. Load commands are used to specify the logical structure and the layout of the Mach-O file.
Union cases
| Union case | Description | 
            
                
              
              
                  Full Usage: 
                   
              DyLdInfo(cmd, size, DyLdInfoCmd)
                  Parameters: 
 CmdType
                    
                    size : uint32
                    
                    Item3 : DyLdInfoCmd
                    
                     | 
          
            
  | 
        
            
                
              
              
             | 
          |
            
                
              
              
                  Full Usage: 
                   
              DySymTab(cmd, size, DySymTabCmd)
                  Parameters: 
 CmdType
                    
                    size : uint32
                    
                    Item3 : DySymTabCmd
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              FuncStarts(cmd, size, FuncStartsCmd)
                  Parameters: 
 CmdType
                    
                    size : uint32
                    
                    Item3 : FuncStartsCmd
                    
                     | 
          
            
  | 
        
            
                
              
              
             | 
          |
            
                
              
              
             | 
          |
            
                
              
              
             | 
          |
            
                
              
               | 
          
            
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsDyLdInfo
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsDyLib
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsDySymTab
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsFuncStarts
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsMain
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsSegment
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsSymTab
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsUnhandled
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2