LinkerSafeAttribute クラス

定義

注意事項

For .NET 6+, please use: [assembly: global::System.Reflection.AssemblyMetadata("IsTrimmable", "True")]

[System.AttributeUsage(System.AttributeTargets.Assembly)]
[System.Obsolete("For .NET 6+, please use: [assembly: global::System.Reflection.AssemblyMetadata("IsTrimmable", "True")]")]
public sealed class LinkerSafeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
[<System.Obsolete("For .NET 6+, please use: [assembly: global::System.Reflection.AssemblyMetadata("IsTrimmable", "True")]")>]
type LinkerSafeAttribute = class
    inherit Attribute
継承
LinkerSafeAttribute
属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
LinkerSafeAttribute()

適用対象