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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.