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.

Methods

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

Operators

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

Applies to