C# Class PostSharp.Dnx.PostSharpProjectReference

Inheritance: IRoslynMetadataReference, IMetadataProjectReference
Afficher le fichier Open project: postsharp/PostSharp.Dnx

Private Properties

Свойство Type Description
IMetadataProjectReference System.Reflection.Assembly
IMetadataProjectReference DiagnosticResult
IMetadataProjectReference IList
IMetadataProjectReference void

Méthodes publiques

Méthode Description
EmitAssembly ( string outputPath ) : DiagnosticResult
PostSharpProjectReference ( Microsoft.Dnx.Compilation.CSharp.RoslynProjectReference underlyingReference, List diagnosticResults, string workingDirectory ) : System

Private Methods

Méthode Description
IMetadataProjectReference ( AssemblyName assemblyName, IAssemblyLoadContext loadContext ) : Assembly
IMetadataProjectReference ( ) : DiagnosticResult
IMetadataProjectReference ( ) : IList
IMetadataProjectReference ( Stream stream ) : void

Method Details

EmitAssembly() public méthode

public EmitAssembly ( string outputPath ) : DiagnosticResult
outputPath string
Résultat DiagnosticResult

PostSharpProjectReference() public méthode

public PostSharpProjectReference ( Microsoft.Dnx.Compilation.CSharp.RoslynProjectReference underlyingReference, List diagnosticResults, string workingDirectory ) : System
underlyingReference Microsoft.Dnx.Compilation.CSharp.RoslynProjectReference
diagnosticResults List
workingDirectory string
Résultat System