Düzenle

Aracılığıyla paylaş


PreserveAttribute Constructors

Definition

Overloads

PreserveAttribute()

Instruct the MonoTouch linker to preserve the decorated code

PreserveAttribute(Type)

PreserveAttribute()

Instruct the MonoTouch linker to preserve the decorated code

public PreserveAttribute ();

Remarks

By default the linker, when enabled, will remove all the code that is not directly used by the application.

Applies to

PreserveAttribute(Type)

public PreserveAttribute (Type type);
new Foundation.PreserveAttribute : Type -> Foundation.PreserveAttribute

Parameters

type
Type

Applies to