Gets the metadata token for the method that was specified as the user entry point for the module, if any.
Namespace:
?
System.Diagnostics.SymbolStore
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property UserEntryPoint As SymbolToken |
JavaScript |
---|
function get_userEntryPoint();
|
Return Value
The metadata token for the method that is the user entry point for the module.
See Also