ModificationPerformed Type
Represents the type of address modification performed during memory access.
Union cases
| Union case | Description | 
            
                
              
              
                  Full Usage: 
                   
              NegativeOffset
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PositiveOffset
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PostDecrement
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PostIncrement
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PreDecrement
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PreIncrement
                   | 
          
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsNegativeOffset
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPositiveOffset
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPostDecrement
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPostIncrement
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPreDecrement
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPreIncrement
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2