語言

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
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

建構函式

名稱 Description
LinkerSafeAttribute()
已淘汰.

初始化一個新的 LinkerSafeAttribute 類別實例。

適用於