PreserveAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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