NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolReader.UserEntryPoint

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;

Property Value

The metadata token for the method that is the user entry point for the module.

Remarks

This would be, perhaps, the user's main method rather than compiler generated stubs before the main method.

See Also

ISymbolReader Interface | ISymbolReader Members | System.Diagnostics.SymbolStore Namespace