C# 클래스 PostSharp.Dnx.PostSharpProjectReference

상속: IRoslynMetadataReference, IMetadataProjectReference
파일 보기 프로젝트 열기: postsharp/PostSharp.Dnx

Private Properties

프로퍼티 타입 설명
IMetadataProjectReference System.Reflection.Assembly
IMetadataProjectReference DiagnosticResult
IMetadataProjectReference IList
IMetadataProjectReference void

공개 메소드들

메소드 설명
EmitAssembly ( string outputPath ) : DiagnosticResult
PostSharpProjectReference ( Microsoft.Dnx.Compilation.CSharp.RoslynProjectReference underlyingReference, List diagnosticResults, string workingDirectory ) : System

비공개 메소드들

메소드 설명
IMetadataProjectReference ( AssemblyName assemblyName, IAssemblyLoadContext loadContext ) : Assembly
IMetadataProjectReference ( ) : DiagnosticResult
IMetadataProjectReference ( ) : IList
IMetadataProjectReference ( Stream stream ) : void

메소드 상세

EmitAssembly() 공개 메소드

public EmitAssembly ( string outputPath ) : DiagnosticResult
outputPath string
리턴 DiagnosticResult

PostSharpProjectReference() 공개 메소드

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