ISymUnmanagedReader::GetUserEntryPoint Method
.NET Framework 4.5
Returns the method that was specified as the user entry point for the module, if any. For example, this method could be the user's main method rather than compiler-generated stubs before the main method.
HRESULT GetUserEntryPoint (
[out, retval] mdMethodDef *pToken);