Gets the metadata token for the method that was specified as the user entry point for the module, if any.
[Visual Basic] ReadOnly Property UserEntryPoint As SymbolToken [C#] SymbolToken UserEntryPoint {get;} [C++] SymbolToken get_UserEntryPoint() = 0; [JScript] abstract function get UserEntryPoint() : SymbolToken;
The metadata token for the method that is the user entry point for the module.
This would be, perhaps, the user's main method rather than compiler generated stubs before the main method.
ISymbolReader Interface | ISymbolReader Members | System.Diagnostics.SymbolStore Namespace