C# Class PostSharp.Dnx.PostSharpProjectReference

Inheritance: IRoslynMetadataReference, IMetadataProjectReference
ファイルを表示 Open project: postsharp/PostSharp.Dnx

Private Properties

Property Type Description
IMetadataProjectReference System.Reflection.Assembly
IMetadataProjectReference DiagnosticResult
IMetadataProjectReference IList
IMetadataProjectReference void

Public Methods

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

Private Methods

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

Method Details

EmitAssembly() public method

public EmitAssembly ( string outputPath ) : DiagnosticResult
outputPath string
return DiagnosticResult

PostSharpProjectReference() public method

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