.NET allows the EntryPoint of a P/Invoke method to be given either as a symbol or as an ordinal value (e.g. EntryPoint="#1"), where the ordinal values are obtained by the Windows program bindump. Does Mono allow entry points to be specified this way, and if so, how does one find the ordinal value of the entry points?