CommandLineReference 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
介绍命令行元数据引用 (程序集或 netmodule) 规范。
public value class CommandLineReference : IEquatable<Microsoft::CodeAnalysis::CommandLineReference>
[System.Diagnostics.DebuggerDisplay("{Reference,nq}")]
public struct CommandLineReference : IEquatable<Microsoft.CodeAnalysis.CommandLineReference>
[System.Diagnostics.DebuggerDisplay("{Reference,nq}")]
public readonly struct CommandLineReference : IEquatable<Microsoft.CodeAnalysis.CommandLineReference>
[<System.Diagnostics.DebuggerDisplay("{Reference,nq}")>]
type CommandLineReference = struct
Public Structure CommandLineReference
Implements IEquatable(Of CommandLineReference)
- 继承
-
CommandLineReference
- 属性
- 实现
构造函数
CommandLineReference(String, MetadataReferenceProperties) |
介绍命令行元数据引用 (程序集或 netmodule) 规范。 |
属性
Properties |
元数据引用属性。 |
Reference |
元数据文件路径或程序集显示名称。 |
方法
Equals(CommandLineReference) |
介绍命令行元数据引用 (程序集或 netmodule) 规范。 |
Equals(Object) |
介绍命令行元数据引用 (程序集或 netmodule) 规范。 |
GetHashCode() |
介绍命令行元数据引用 (程序集或 netmodule) 规范。 |