AssemblyInfo.Attribute Type
Represents AssemblyInfo attributes
Constructors
| Constructor | Description | 
            
                
              
              
                  Full Usage: 
                   
              Attribute(name, value, inNamespace, staticPropType)
                  Parameters: 
 string
                    
                    value : string
                    
                    inNamespace : string
                    
                    staticPropType : string
                    
                    Returns: Attribute
                  
                   | 
          
            
            
 
  | 
        
            
                
              
                  Full Usage: 
                   
              Attribute(name, value, inNamespace, staticPropName, staticPropType, staticPropValue)
                  Parameters: 
 string
                    
                    value : string
                    
                    inNamespace : string
                    
                    staticPropName : string
                    
                    staticPropType : string
                    
                    staticPropValue : string
                    
                    Returns: Attribute
                  
                   | 
          
            
            
 
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.Name
                  Returns: string
                  
                   | 
          
            
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.Namespace
                  Returns: string
                  
                   | 
          
            
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.StaticPropertyName
                  Returns: string
                  
                   | 
          
            
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.StaticPropertyType
                  Returns: string
                  
                   | 
          
            
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.StaticPropertyValue
                  Returns: string
                  
                   | 
          
            
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.Value
                  Returns: string
                  
                   | 
          
            
            
  |