This topic has not yet been rated - Rate this topic

ISymUnmanagedReader::GetUserEntryPoint Method

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);
pToken

[out] A pointer to a variable that receives the entry point.

S_OK if the method succeeds; otherwise, E_FAIL or some other error code.

Header: CorSym.idl, CorSym.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.