MetadataReader.IsAssembly 属性

定义

获取用于指示元数据是否表示程序集的值。

public:
 property bool IsAssembly { bool get(); };
public bool IsAssembly { get; }
member this.IsAssembly : bool
Public ReadOnly Property IsAssembly As Boolean

属性值

true 如果元数据表示程序集,则为 ;否则为 false

适用于