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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.