LinkerSafeAttribute Class

Definition

Caution

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
Inheritance
LinkerSafeAttribute
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

LinkerSafeAttribute()

Applies to