System
    [00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
    1.0.3300.0
    1.0.5000.0
    2.0.0.0
    4.0.0.0
  
  Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
  
    System.Object
  
  
  
    
      
      This class contains the following information about the results of a compilation by an  interface implementation: 
      
        - 
          The  property indicates the compiled assembly.
        
- 
          The  property indicates the security evidence for the assembly.
        
- 
          The  property indicates the path to the compiled assembly, if it was not generated only in memory.
        
- 
          The  property indicates any compiler errors and warnings.
        
- 
          The  property contains the compiler output messages.
        
- 
          The  property indicates result code value returned by the compiler.
        
- 
          The  property indicates the temporary files generated during compilation and linking.
        
This class contains an inheritance demand at the class level that applies to all members. A  is thrown when the derived class does not have full-trust permission. For details about inheritance demands, see  Inheritance Demands.
      
    
    
      
      Represents the results of compilation that are returned from a compiler.
    
  
  
    
      
      
      Constructor
      
        1.0.5000.0
        2.0.0.0
        4.0.0.0
      
      
      
        
      
      
        To be added
        
          
          Initializes a new instance of the  class that uses the specified temporary files.
        
        
          A  with which to manage and store references to intermediate files generated during compilation. 
      
    
    
      
      
      Property
      
        1.0.5000.0
        2.0.0.0
        4.0.0.0
      
      
        System.Reflection.Assembly
      
      
      
      
        To be added: an object of type 'Reflection.Assembly'
        
          
          
            The get accessor for the  property calls the  method to load the compiled assembly into the current application domain.  After calling the get accessor, the compiled assembly cannot be deleted until the current  is unloaded.
          
        
        
          
          Gets or sets the compiled assembly.
        
      
    
    
      
      
      Property
      
        1.0.5000.0
        2.0.0.0
        4.0.0.0
      
      
        System.CodeDom.Compiler.CompilerErrorCollection
      
      
        To be added: an object of type 'CompilerErrorCollection'
        
          
          File and line number information is associated with each , so that user code to locate and display the code that generated an error or warning, where possible, can be implemented.
        
        
          
          Gets the collection of compiler errors and warnings.
        
      
    
    
      
      
      Property
      
        1.0.5000.0
        2.0.0.0
        4.0.0.0
      
      
        
          System.Obsolete
        
      
      
        System.Security.Policy.Evidence
      
      
        To be added.
        To be added.
        
          
          Indicates the evidence object that represents the security policy permissions of the compiled assembly.
        
      
    
    
      
      
      Property
      
        1.0.5000.0
        2.0.0.0
        4.0.0.0
      
      
        System.Int32
      
      
      
      
        To be added: an object of type 'int'
        
          
          This property contains the numeric exit code returned by a command line compiler, if implemented. A value of 0 indicates success, while a non-zero value indicates failure.
        
        
          
          Gets or sets the compiler's return value.
        
      
    
    
      
      
      Property
      
        1.0.5000.0
        2.0.0.0
        4.0.0.0
      
      
        System.Collections.Specialized.StringCollection
      
      
        To be added: an object of type 'Collections.Specialized.StringCollection'
        
          
          If the compiler returned no messages, the value of this property will be an empty collection.
        
        
          
          Gets the compiler output messages.
        
      
    
    
      
      
      Property
      
        1.0.5000.0
        2.0.0.0
        4.0.0.0
      
      
        System.String
      
      
      
      
        To be added: an object of type 'string'
        To be added
        
          
          Gets or sets the path of the compiled assembly.
        
      
    
    
      
      
      Property
      
        1.0.5000.0
        2.0.0.0
        4.0.0.0
      
      
        System.CodeDom.Compiler.TempFileCollection
      
      
      
      
        To be added: an object of type 'TempFileCollection'
        To be added
        
          
          Gets or sets the temporary file collection to use.