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