次の方法で共有


CompilationOutputInfo Struct

Definition

Paths of files produced by the compilation.

public readonly struct CompilationOutputInfo : IEquatable<Microsoft.CodeAnalysis.CompilationOutputInfo>
type CompilationOutputInfo = struct
Public Structure CompilationOutputInfo
Implements IEquatable(Of CompilationOutputInfo)
Inheritance
CompilationOutputInfo
Implements

Properties

AssemblyPath

Full path to the assembly or module produced by the compilation, or null if unknown.

GeneratedFilesOutputDirectory

Absolute path to the root directory of source generated files, or null if it is not known.

Methods

Equals(CompilationOutputInfo)
Equals(Object)
GetHashCode()
WithAssemblyPath(String)
WithGeneratedFilesOutputDirectory(String)

Operators

Equality(CompilationOutputInfo, CompilationOutputInfo)
Inequality(CompilationOutputInfo, CompilationOutputInfo)

Applies to