Pack200.Packer.MethodAttributePfx 字段

定义

注意

Use 'Java.Util.Jar.Pack200.IPacker.MethodAttributePfx'. This class will be removed in a future release.

与方法属性名称连接时,指示该属性的格式。

[Android.Runtime.Register("METHOD_ATTRIBUTE_PFX")]
[System.Obsolete("Use 'Java.Util.Jar.Pack200.IPacker.MethodAttributePfx'. This class will be removed in a future release.")]
public const string MethodAttributePfx;
[<Android.Runtime.Register("METHOD_ATTRIBUTE_PFX")>]
[<System.Obsolete("Use 'Java.Util.Jar.Pack200.IPacker.MethodAttributePfx'. This class will be removed in a future release.")>]
val mutable MethodAttributePfx : string

字段值

属性

注解

与方法属性名称连接时,指示该属性的格式。 例如,此选项的效果内置于: pack.method.attribute.Exceptions=NH[RCH]. 特殊字符串#ERROR#STRIP#PASS也允许使用。

适用于 . 的 java.util.jar.Pack200.Packer.METHOD_ATTRIBUTE_PFXJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于