CompilationOutputInfo Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Methods
Equals(CompilationOutputInfo) | |
Equals(Object) | |
GetHashCode() | |
WithAssemblyPath(String) |
Operators
Equality(CompilationOutputInfo, CompilationOutputInfo) | |
Inequality(CompilationOutputInfo, CompilationOutputInfo) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.