次の方法で共有


PreserveAttribute クラス

定義

ターゲット (アセンブリ、クラス、メンバーなど) に適用すると、リンク プロセスの結果でそのターゲットを保持するように Xamarin リンカーに指示します。

[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class PreserveAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type PreserveAttribute = class
    inherit Attribute
Public NotInheritable Class PreserveAttribute
Inherits Attribute
継承
PreserveAttribute
属性

コンストラクター

PreserveAttribute()

ターゲット (アセンブリ、クラス、メンバーなど) に適用すると、リンク プロセスの結果でそのターゲットを保持するように Xamarin リンカーに指示します。

フィールド

AllMembers

すべてのメンバーを保持する

Conditional

条件を適用して、保持するメンバーを決定します。

適用対象