C# Класс PostSharp.Dnx.PostSharpProjectReference

Наследование: IRoslynMetadataReference, IMetadataProjectReference
Показать файл Открыть проект

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