org.apache.tools.ant.taskdefs.optional.dotnet
public static class Ildasm.EncodingTypes extends EnumeratedAttribute
| Field Summary | |
|---|---|
| static String | ASCII |
| static String | UNICODE |
| static String | UTF8 |
| Method Summary | |
|---|---|
| static String | getEncodingOption(String enumValue)
This method maps from an encoding enum to an encoding option. |
| String[] | getValues() |
Parameters: enumValue
Returns: The encoding option indicated by the enum value.