Pack200.Packer.MethodAttributePfx 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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_PFX
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。