VariableKind Type
Represents the destination of an assignment statement.
Union cases
| Union case | Description | 
            
                
              
              
                  Full Usage: 
                   
              MemVar
                   | 
          |
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              RegVar(RegType, RegisterID, string)
                  Parameters: 
 RegType
                    
                    Item2 : RegisterID
                    
                    Item3 : string
                    
                     | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsGlobalVar
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsMemVar
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPCVar
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsRegVar
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsStackVar
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsTempVar
                  Returns: bool
                  
                   | 
          
            
  | 
        
Static members
| Static member | Description | 
            
                
              
               | 
          
            
  | 
        
            B2R2